| Package | Description |
|---|---|
| com.helger.commons.collection.impl | |
| com.helger.commons.mock |
| Modifier and Type | Interface and Description |
|---|---|
interface |
ICommonsNavigableMap<KEYTYPE,VALUETYPE>
A special
NavigableMap interface based on ICommonsSortedMap. |
| Modifier and Type | Class and Description |
|---|---|
class |
CommonsTreeMap<KEYTYPE,VALUETYPE>
A special
TreeMap implementation based on
ICommonsNavigableMap. |
| Modifier and Type | Method and Description |
|---|---|
default <K,V> ICommonsSortedMap<K,V> |
ICommonsSortedMap.createInstance()
Create a new
CommonsTreeMap. |
default <K,V> ICommonsSortedMap<K,V> |
ICommonsSortedMap.createInstance()
Create a new
CommonsTreeMap. |
ICommonsSortedMap<KEYTYPE,VALUETYPE> |
ICommonsSortedMap.getClone() |
ICommonsSortedMap<KEYTYPE,VALUETYPE> |
ICommonsSortedMap.getClone() |
Copyright © 2014–2022 Philip Helger. All rights reserved.