Uses of Interface
com.helger.commons.collection.impl.ICommonsOrderedMap
-
-
Uses of ICommonsOrderedMap in com.helger.commons.charset
Methods in com.helger.commons.charset that return ICommonsOrderedMap Modifier and Type Method Description static ICommonsOrderedMap<String,Charset>CharsetHelper. getAllCharsets() -
Uses of ICommonsOrderedMap in com.helger.commons.collection
Methods in com.helger.commons.collection that return ICommonsOrderedMap Modifier and Type Method Description static <KEYTYPE extends Comparable<? super KEYTYPE>,VALUETYPE>
ICommonsOrderedMap<KEYTYPE,VALUETYPE>CollectionHelper. getSortedByKey(Map<KEYTYPE,VALUETYPE> aMap)Get a map sorted by aIter's keys.static <KEYTYPE,VALUETYPE>
ICommonsOrderedMap<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>>
ICommonsOrderedMap<KEYTYPE,VALUETYPE>CollectionHelper. getSortedByValue(Map<KEYTYPE,VALUETYPE> aMap)Get a map sorted by its values.static <KEYTYPE,VALUETYPE>
ICommonsOrderedMap<KEYTYPE,VALUETYPE>CollectionHelper. getSortedByValue(Map<KEYTYPE,VALUETYPE> aMap, Comparator<? super VALUETYPE> aValueComparator)Get a map sorted by aIter's values. -
Uses of ICommonsOrderedMap in com.helger.commons.collection.attr
Classes in com.helger.commons.collection.attr that implement ICommonsOrderedMap Modifier and Type Class Description classAttributeContainer<KEYTYPE,VALUETYPE>Base class for all kind of any-any mapping container.classAttributeContainerAny<KEYTYPE>Base class for all kind of string-object mapping container.classStringMapBase class for all kind of string-string mapping container. -
Uses of ICommonsOrderedMap in com.helger.commons.collection.impl
Classes in com.helger.commons.collection.impl that implement ICommonsOrderedMap Modifier and Type Class Description classCommonsLinkedHashMap<KEYTYPE,VALUETYPE>A specialLinkedHashMapimplementation based onICommonsOrderedMap.Methods in com.helger.commons.collection.impl that return ICommonsOrderedMap Modifier and Type Method 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. -
Uses of ICommonsOrderedMap in com.helger.commons.collection.map
Classes in com.helger.commons.collection.map that implement ICommonsOrderedMap Modifier and Type Class Description classLoggingLRUMap<KEYTYPE,VALUETYPE>A specificLRUMapthat emits a warning once the map is full and the oldest entry gets discarded.classLRUMap<KEYTYPE,VALUETYPE>A special ordered map, that has an upper limit of contained elements. -
Uses of ICommonsOrderedMap in com.helger.commons.error.list
Methods in com.helger.commons.error.list that return ICommonsOrderedMap Modifier and Type Method Description default <T> ICommonsOrderedMap<T,ICommonsList<IError>>IErrorList. getGrouped(Function<? super IError,T> aKeyExtractor) -
Uses of ICommonsOrderedMap in com.helger.commons.http
Methods in com.helger.commons.http that return ICommonsOrderedMap Modifier and Type Method Description ICommonsOrderedMap<String,ICommonsList<String>>HttpHeaderMap. getAllHeaders() -
Uses of ICommonsOrderedMap in com.helger.commons.lang
Classes in com.helger.commons.lang that implement ICommonsOrderedMap Modifier and Type Class Description classNonBlockingPropertiesTheNonBlockingPropertiesclass represents a persistent set of properties. -
Uses of ICommonsOrderedMap in com.helger.commons.text
Methods in com.helger.commons.text that return ICommonsOrderedMap Modifier and Type Method Description ICommonsOrderedMap<Locale,String>AbstractReadOnlyMapBasedMultilingualText. texts()ICommonsOrderedMap<Locale,String>IMultilingualText. texts()Constructors in com.helger.commons.text with parameters of type ICommonsOrderedMap Constructor Description AbstractMapBasedMultilingualText(ICommonsOrderedMap<Locale,String> aMapToUse)Protected constructor that specifies the underlyingMapto use.AbstractReadOnlyMapBasedMultilingualText(ICommonsOrderedMap<Locale,String> aMapToUse)Protected constructor that specifies the underlyingMapto use. -
Uses of ICommonsOrderedMap in com.helger.commons.url
Methods in com.helger.commons.url that return ICommonsOrderedMap Modifier and Type Method Description ICommonsOrderedMap<String,ICommonsList<String>>URLParameterList. getAsMultiMap()
-