| Modifier and Type | Method and Description |
|---|---|
static ICommonsOrderedMap<String,Charset> |
CharsetHelper.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 |
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 | 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 | Method and Description |
|---|---|
default <T> ICommonsOrderedMap<T,ICommonsList<IError>> |
IErrorList.getGrouped(Function<? super IError,T> aKeyExtractor) |
| Modifier and Type | Method and Description |
|---|---|
ICommonsOrderedMap<String,ICommonsList<String>> |
HttpHeaderMap.getAllHeaders() |
| Modifier and Type | Class and Description |
|---|---|
class |
NonBlockingProperties
The
NonBlockingProperties class represents a persistent set of
properties. |
| Modifier and Type | Method and Description |
|---|---|
ICommonsOrderedMap<Locale,String> |
AbstractReadOnlyMapBasedMultilingualText.texts() |
ICommonsOrderedMap<Locale,String> |
IMultilingualText.texts() |
| 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 | Method and Description |
|---|---|
ICommonsOrderedMap<String,ICommonsList<String>> |
URLParameterList.getAsMultiMap() |
Copyright © 2014–2020 Philip Helger. All rights reserved.