| Package | Description |
|---|---|
| com.helger.commons.collection | |
| com.helger.commons.collection.ext | |
| com.helger.commons.collection.multimap |
| Modifier and Type | Method and Description |
|---|---|
static <KEYTYPE,VALUETYPE> |
CollectionHelper.newMap() |
static <KEYTYPE,VALUETYPE> |
CollectionHelper.newMap(Collection<? extends KEYTYPE> aKeys,
Collection<? extends VALUETYPE> aValues) |
static <KEYTYPE,VALUETYPE> |
CollectionHelper.newMap(Collection<? extends Map.Entry<KEYTYPE,VALUETYPE>> aCollection) |
static <ELEMENTTYPE> |
CollectionHelper.newMap(ELEMENTTYPE... aValues) |
static <KEYTYPE,VALUETYPE> |
CollectionHelper.newMap(int nInitialCapacity) |
static <KEYTYPE,VALUETYPE> |
CollectionHelper.newMap(KEYTYPE[] aKeys,
VALUETYPE[] aValues) |
static <KEYTYPE,VALUETYPE> |
CollectionHelper.newMap(KEYTYPE aKey,
VALUETYPE aValue) |
static <KEYTYPE,VALUETYPE> |
CollectionHelper.newMap(Map<? extends KEYTYPE,? extends VALUETYPE> aMap) |
static <KEYTYPE,VALUETYPE> |
CollectionHelper.newMap(Map<? extends KEYTYPE,? extends VALUETYPE>[] aMaps) |
static <KEYTYPE,VALUETYPE> |
CollectionHelper.newMap(Map<KEYTYPE,VALUETYPE> aMap,
Predicate<Map.Entry<? super KEYTYPE,? super VALUETYPE>> aFilter) |
static <SRCTYPE,DSTKEYTYPE,DSTVALUETYPE> |
CollectionHelper.newMapMapped(Collection<? extends SRCTYPE> aCollection,
Function<? super SRCTYPE,? extends DSTKEYTYPE> aKeyMapper,
Function<? super SRCTYPE,? extends DSTVALUETYPE> aValueMapper) |
static <SRCKEYTYPE,SRCVALUETYPE,DSTKEYTYPE,DSTVALUETYPE> |
CollectionHelper.newMapMapped(Map<? extends SRCKEYTYPE,? extends SRCVALUETYPE> aMap,
Function<? super SRCKEYTYPE,? extends DSTKEYTYPE> aKeyMapper,
Function<? super SRCVALUETYPE,? extends DSTVALUETYPE> aValueMapper) |
| Modifier and Type | Method and Description |
|---|---|
CommonsHashMap<KEYTYPE,VALUETYPE> |
CommonsHashMap.getClone() |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractMultiHashMap<KEYTYPE,VALUETYPE,COLLTYPE extends Collection<VALUETYPE>>
Abstract multi map based on
HashMap. |
class |
AbstractMultiHashMapListBased<KEYTYPE,VALUETYPE>
Abstract multi map based on
HashMap and
ICommonsList values. |
class |
AbstractMultiHashMapMapBased<KEYTYPE1,KEYTYPE2,VALUETYPE>
Abstract multi map based on
HashMap. |
class |
AbstractMultiHashMapSetBased<KEYTYPE,VALUETYPE,COLLTYPE extends ICommonsSet<VALUETYPE>>
Abstract multi map based on
HashMap and ICommonsSet
values. |
class |
MultiHashMapArrayListBased<KEYTYPE,VALUETYPE>
Multi map based on
HashMap and CommonsArrayList values. |
class |
MultiHashMapHashMapBased<KEYTYPE1,KEYTYPE2,VALUETYPE> |
class |
MultiHashMapHashSetBased<KEYTYPE,VALUETYPE>
Multi map based on
HashMap and CommonsHashSet
values. |
class |
MultiHashMapLinkedHashMapBased<KEYTYPE1,KEYTYPE2 extends Comparable<? super KEYTYPE2>,VALUETYPE> |
class |
MultiHashMapLinkedHashSetBased<KEYTYPE,VALUETYPE>
Multi map based on
HashMap and CommonsLinkedHashSet
values. |
class |
MultiHashMapTreeMapBased<KEYTYPE1,KEYTYPE2 extends Comparable<? super KEYTYPE2>,VALUETYPE> |
class |
MultiHashMapTreeSetBased<KEYTYPE,VALUETYPE extends Comparable<? super VALUETYPE>>
Multi map based on
HashMap and CommonsTreeSet
values. |
class |
MultiHashMapVectorBased<KEYTYPE,VALUETYPE>
Multi map based on
HashMap and CommonsVector values. |
class |
MultiHashMapWeakHashMapBased<KEYTYPE1,KEYTYPE2 extends Comparable<? super KEYTYPE2>,VALUETYPE> |
| Modifier and Type | Method and Description |
|---|---|
protected CommonsHashMap<KEYTYPE2,VALUETYPE> |
MultiTreeMapHashMapBased.createNewInnerMap() |
protected CommonsHashMap<KEYTYPE2,VALUETYPE> |
MultiLinkedHashMapHashMapBased.createNewInnerMap() |
protected CommonsHashMap<KEYTYPE2,VALUETYPE> |
MultiHashMapHashMapBased.createNewInnerMap() |
Copyright © 2014–2016 Philip Helger. All rights reserved.