| Package | Description |
|---|---|
| com.helger.commons.collection | |
| com.helger.commons.collection.ext | |
| com.helger.commons.collection.multimap |
| Modifier and Type | Method and Description |
|---|---|
static <KEYTYPE extends Comparable<? super KEYTYPE>,VALUETYPE> |
CollectionHelper.newSortedMap() |
static <KEYTYPE extends Comparable<? super KEYTYPE>,VALUETYPE> |
CollectionHelper.newSortedMap(Collection<? extends KEYTYPE> aKeys,
Collection<? extends VALUETYPE> aValues) |
static <KEYTYPE extends Comparable<? super KEYTYPE>,VALUETYPE> |
CollectionHelper.newSortedMap(Collection<? extends Map.Entry<KEYTYPE,VALUETYPE>> aCollection) |
static <ELEMENTTYPE extends Comparable<? super ELEMENTTYPE>> |
CollectionHelper.newSortedMap(ELEMENTTYPE... aValues) |
static <KEYTYPE extends Comparable<? super KEYTYPE>,VALUETYPE> |
CollectionHelper.newSortedMap(Iterable<? extends Map.Entry<KEYTYPE,VALUETYPE>> aCollection) |
static <KEYTYPE extends Comparable<? super KEYTYPE>,VALUETYPE> |
CollectionHelper.newSortedMap(KEYTYPE[] aKeys,
VALUETYPE[] aValues) |
static <KEYTYPE extends Comparable<? super KEYTYPE>,VALUETYPE> |
CollectionHelper.newSortedMap(KEYTYPE aKey,
VALUETYPE aValue) |
static <KEYTYPE extends Comparable<? super KEYTYPE>,VALUETYPE> |
CollectionHelper.newSortedMap(Map<? extends KEYTYPE,? extends VALUETYPE> aMap) |
static <KEYTYPE extends Comparable<? super KEYTYPE>,VALUETYPE> |
CollectionHelper.newSortedMap(Map<? extends KEYTYPE,? extends VALUETYPE>[] aMaps) |
static <KEYTYPE extends Comparable<? super KEYTYPE>,VALUETYPE> |
CollectionHelper.newSortedMap(Map<KEYTYPE,VALUETYPE> aMap,
Predicate<Map.Entry<? super KEYTYPE,? super VALUETYPE>> aFilter) |
static <SRCKEYTYPE,SRCVALUETYPE,DSTKEYTYPE extends Comparable<? super DSTKEYTYPE>,DSTVALUETYPE> |
CollectionHelper.newSortedMapMapped(Map<? extends SRCKEYTYPE,? extends SRCVALUETYPE> aMap,
Function<? super SRCKEYTYPE,DSTKEYTYPE> aKeyMapper,
Function<? super SRCVALUETYPE,DSTVALUETYPE> aValueMapper) |
| Modifier and Type | Method and Description |
|---|---|
<K,V> CommonsTreeMap<K,V> |
CommonsTreeMap.createInstance() |
CommonsTreeMap<KEYTYPE,VALUETYPE> |
CommonsTreeMap.getClone() |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractMultiTreeMap<KEYTYPE,VALUETYPE,COLLTYPE extends ICommonsCollection<VALUETYPE>>
Abstract multi map based on
CommonsTreeMap. |
class |
AbstractMultiTreeMapListBased<KEYTYPE,VALUETYPE>
Abstract multi map based on
CommonsTreeMap and
ICommonsList values. |
class |
AbstractMultiTreeMapMapBased<KEYTYPE1,KEYTYPE2,VALUETYPE,MAPTYPE extends ICommonsMap<KEYTYPE2,VALUETYPE>>
Abstract multi map based on
CommonsTreeMap. |
class |
AbstractMultiTreeMapSetBased<KEYTYPE,VALUETYPE,COLLTYPE extends ICommonsSet<VALUETYPE>>
Abstract multi map based on
CommonsTreeMap and
ICommonsSet values. |
class |
MultiTreeMapArrayListBased<KEYTYPE,VALUETYPE>
Multi map based on
CommonsTreeMap
and CommonsArrayList values. |
class |
MultiTreeMapHashMapBased<KEYTYPE1,KEYTYPE2,VALUETYPE> |
class |
MultiTreeMapHashSetBased<KEYTYPE,VALUETYPE>
Multi map based on
CommonsTreeMap
and CommonsHashSet values. |
class |
MultiTreeMapLinkedHashMapBased<KEYTYPE1,KEYTYPE2 extends Comparable<? super KEYTYPE2>,VALUETYPE> |
class |
MultiTreeMapLinkedHashSetBased<KEYTYPE,VALUETYPE>
Multi map based on
CommonsTreeMap and CommonsLinkedHashSet
values. |
class |
MultiTreeMapTreeMapBased<KEYTYPE1,KEYTYPE2 extends Comparable<? super KEYTYPE2>,VALUETYPE> |
class |
MultiTreeMapTreeSetBased<KEYTYPE,VALUETYPE extends Comparable<? super VALUETYPE>>
Multi map based on
CommonsTreeMap
and CommonsTreeSet values. |
class |
MultiTreeMapVectorBased<KEYTYPE,VALUETYPE>
Multi map based on
CommonsTreeMap
and CommonsVector values. |
class |
MultiTreeMapWeakHashMapBased<KEYTYPE1,KEYTYPE2 extends Comparable<? super KEYTYPE2>,VALUETYPE> |
| Modifier and Type | Method and Description |
|---|---|
protected CommonsTreeMap<KEYTYPE2,VALUETYPE> |
MultiTreeMapTreeMapBased.createNewInnerMap() |
protected CommonsTreeMap<KEYTYPE2,VALUETYPE> |
MultiLinkedHashMapTreeMapBased.createNewInnerMap() |
protected CommonsTreeMap<KEYTYPE2,VALUETYPE> |
MultiHashMapTreeMapBased.createNewInnerMap() |
Copyright © 2014–2017 Philip Helger. All rights reserved.