| Modifier and Type | Method and Description |
|---|---|
static ICommonsOrderedMap<String,Charset> |
CharsetManager.getAllCharsets() |
| Modifier and Type | Method and Description |
|---|---|
static <KEYTYPE extends Comparable<? super KEYTYPE>,VALUETYPE> |
CollectionHelper.getSortedByKey(Map<KEYTYPE,VALUETYPE> aMap)
Get a map sorted by aIter's keys.
|
static <KEYTYPE,VALUETYPE> |
CollectionHelper.getSortedByKey(Map<KEYTYPE,VALUETYPE> aMap,
Comparator<? super KEYTYPE> aKeyComparator)
Get a map sorted by its keys.
|
static <KEYTYPE,VALUETYPE extends Comparable<? super VALUETYPE>> |
CollectionHelper.getSortedByValue(Map<KEYTYPE,VALUETYPE> aMap)
Get a map sorted by its values.
|
static <KEYTYPE,VALUETYPE> |
CollectionHelper.getSortedByValue(Map<KEYTYPE,VALUETYPE> aMap,
Comparator<? super VALUETYPE> aValueComparator)
Get a map sorted by aIter's values.
|
| Modifier and Type | Class and Description |
|---|---|
class |
CommonsLinkedHashMap<KEYTYPE,VALUETYPE>
A special
LinkedHashMap implementation based on
ICommonsOrderedMap. |
| Modifier and Type | Method and Description |
|---|---|
default <K,V> ICommonsOrderedMap<K,V> |
ICommonsOrderedMap.createInstance() |
ICommonsOrderedMap<KEYTYPE,VALUETYPE> |
ICommonsOrderedMap.getClone() |
default ICommonsOrderedMap<KEYTYPE,VALUETYPE> |
ICommonsMap.getSortedByKey(Comparator<? super KEYTYPE> aKeyComparator)
Get the map sorted by its keys.
|
default ICommonsOrderedMap<KEYTYPE,VALUETYPE> |
ICommonsMap.getSortedByValue(Comparator<? super VALUETYPE> aValueComparator)
Get the map sorted by its values.
|
| 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 |
AbstractMultiLinkedHashMap<KEYTYPE,VALUETYPE,COLLTYPE extends ICommonsCollection<VALUETYPE>>
Abstract multi map based on
CommonsLinkedHashMap. |
class |
AbstractMultiLinkedHashMapListBased<KEYTYPE,VALUETYPE>
Abstract multi map based on
CommonsLinkedHashMap and
ICommonsList values. |
class |
AbstractMultiLinkedHashMapMapBased<KEYTYPE1,KEYTYPE2,VALUETYPE,MAPTYPE extends ICommonsMap<KEYTYPE2,VALUETYPE>>
Abstract multi map based on
CommonsLinkedHashMap. |
class |
AbstractMultiLinkedHashMapSetBased<KEYTYPE,VALUETYPE,COLLTYPE extends ICommonsSet<VALUETYPE>>
Abstract multi map based on
CommonsLinkedHashMap and
ICommonsSet values. |
class |
MultiLinkedHashMapArrayListBased<KEYTYPE,VALUETYPE>
Multi map based on
CommonsLinkedHashMap and CommonsArrayList
values. |
class |
MultiLinkedHashMapHashMapBased<KEYTYPE1,KEYTYPE2,VALUETYPE> |
class |
MultiLinkedHashMapHashSetBased<KEYTYPE,VALUETYPE>
Multi map based on
CommonsLinkedHashMap and CommonsHashSet
values. |
class |
MultiLinkedHashMapLinkedHashMapBased<KEYTYPE1,KEYTYPE2 extends Comparable<? super KEYTYPE2>,VALUETYPE> |
class |
MultiLinkedHashMapLinkedHashSetBased<KEYTYPE,VALUETYPE>
Multi map based on
CommonsLinkedHashMap and
CommonsLinkedHashSet values. |
class |
MultiLinkedHashMapTreeMapBased<KEYTYPE1,KEYTYPE2 extends Comparable<? super KEYTYPE2>,VALUETYPE> |
class |
MultiLinkedHashMapTreeSetBased<KEYTYPE,VALUETYPE extends Comparable<? super VALUETYPE>>
Multi map based on
CommonsLinkedHashMap and
CommonsTreeSet values. |
class |
MultiLinkedHashMapVectorBased<KEYTYPE,VALUETYPE>
Multi map based on
CommonsLinkedHashMap and CommonsVector
values. |
class |
MultiLinkedHashMapWeakHashMapBased<KEYTYPE1,KEYTYPE2 extends Comparable<? super KEYTYPE2>,VALUETYPE> |
| Modifier and Type | Class and Description |
|---|---|
class |
NonBlockingProperties
The
NonBlockingProperties class represents a persistent set of
properties. |
| Constructor and Description |
|---|
AbstractMapBasedMultilingualText(ICommonsOrderedMap<Locale,String> aMapToUse)
Protected constructor that specifies the underlying
Map to use. |
AbstractReadOnlyMapBasedMultilingualText(ICommonsOrderedMap<Locale,String> aMapToUse)
Protected constructor that specifies the underlying
Map to use. |
| Modifier and Type | Class and Description |
|---|---|
class |
SMap
A special URL parameter map that is made for best inline usage.
|
| Modifier and Type | Method and Description |
|---|---|
ICommonsOrderedMap<String,ICommonsList<String>> |
WSClientConfig.getAllHTTPHeaders() |
Copyright © 2014–2017 Philip Helger. All rights reserved.