| Modifier and Type | Method and Description |
|---|---|
static <KEYTYPE,VALUETYPE> |
CollectionHelper.newOrderedMap() |
static <KEYTYPE,VALUETYPE> |
CollectionHelper.newOrderedMap(Collection<? extends KEYTYPE> aKeys,
Collection<? extends VALUETYPE> aValues) |
static <KEYTYPE,VALUETYPE> |
CollectionHelper.newOrderedMap(Collection<? extends Map.Entry<KEYTYPE,VALUETYPE>> aCollection) |
static <ELEMENTTYPE> |
CollectionHelper.newOrderedMap(ELEMENTTYPE... aValues) |
static <KEYTYPE,VALUETYPE> |
CollectionHelper.newOrderedMap(int nInitialCapacity) |
static <KEYTYPE,VALUETYPE> |
CollectionHelper.newOrderedMap(Iterable<? extends Map.Entry<KEYTYPE,VALUETYPE>> aCollection) |
static <KEYTYPE,VALUETYPE> |
CollectionHelper.newOrderedMap(KEYTYPE[] aKeys,
VALUETYPE[] aValues)
Retrieve a map that is ordered in the way the parameter arrays are passed
in.
|
static <KEYTYPE,VALUETYPE> |
CollectionHelper.newOrderedMap(KEYTYPE aKey,
VALUETYPE aValue) |
static <KEYTYPE,VALUETYPE> |
CollectionHelper.newOrderedMap(Map<? extends KEYTYPE,? extends VALUETYPE> aMap) |
static <KEYTYPE,VALUETYPE> |
CollectionHelper.newOrderedMap(Map<? extends KEYTYPE,? extends VALUETYPE>[] aMaps) |
static <KEYTYPE,VALUETYPE> |
CollectionHelper.newOrderedMap(Map<KEYTYPE,VALUETYPE> aMap,
Predicate<? super Map.Entry<? extends KEYTYPE,? extends VALUETYPE>> aFilter) |
static <SRCTYPE,DSTKEYTYPE,DSTVALUETYPE> |
CollectionHelper.newOrderedMapMapped(Collection<? extends SRCTYPE> aCollection,
Function<? super SRCTYPE,? extends DSTKEYTYPE> aKeyMapper,
Function<? super SRCTYPE,? extends DSTVALUETYPE> aValueMapper) |
static <SRCKEYTYPE,SRCVALUETYPE,DSTKEYTYPE,DSTVALUETYPE> |
CollectionHelper.newOrderedMapMapped(Map<? extends SRCKEYTYPE,? extends SRCVALUETYPE> aMap,
Function<? super SRCKEYTYPE,? extends DSTKEYTYPE> aKeyMapper,
Function<? super SRCVALUETYPE,? extends DSTVALUETYPE> aValueMapper) |
| Modifier and Type | Class and Description |
|---|---|
class |
AttributeContainer<KEYTYPE,VALUETYPE>
Base class for all kind of any-any mapping container.
|
class |
AttributeContainerAny<KEYTYPE>
Base class for all kind of string-object mapping container.
|
class |
StringMap
Base class for all kind of string-string mapping container.
|
| Modifier and Type | Method and Description |
|---|---|
<K,V> CommonsLinkedHashMap<K,V> |
CommonsLinkedHashMap.createInstance() |
CommonsLinkedHashMap<KEYTYPE,VALUETYPE> |
CommonsLinkedHashMap.getClone() |
| Modifier and Type | Class and Description |
|---|---|
class |
LoggingLRUMap<KEYTYPE,VALUETYPE>
A specific
LRUMap that emits a warning once the map is full and the
oldest entry gets discarded. |
class |
LRUMap<KEYTYPE,VALUETYPE>
A special ordered map, that has an upper limit of contained elements.
|
| Modifier and Type | Class and Description |
|---|---|
class |
NonBlockingProperties
The
NonBlockingProperties class represents a persistent set of
properties. |
Copyright © 2014–2017 Philip Helger. All rights reserved.