Uses of Interface
com.helger.commons.collection.impl.ICommonsOrderedMap
Packages that use ICommonsOrderedMap
Package
Description
-
Uses of ICommonsOrderedMap in com.helger.commons.charset
Methods in com.helger.commons.charset that return ICommonsOrderedMapModifier and TypeMethodDescriptionstatic ICommonsOrderedMap<String, Charset> CharsetHelper.getAllCharsets() -
Uses of ICommonsOrderedMap in com.helger.commons.collection
Methods in com.helger.commons.collection that return ICommonsOrderedMapModifier and TypeMethodDescriptionstatic <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 ICommonsOrderedMapModifier and TypeClassDescriptionclassAttributeContainer<KEYTYPE,VALUETYPE> Base class for all kind of any-any mapping container.classAttributeContainerAny<KEYTYPE>Base class for all kind of string-object mapping container.classBase 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 ICommonsOrderedMapModifier and TypeClassDescriptionclassCommonsLinkedHashMap<KEYTYPE,VALUETYPE> A specialLinkedHashMapimplementation based onICommonsOrderedMap.Methods in com.helger.commons.collection.impl that return ICommonsOrderedMapModifier and TypeMethodDescriptiondefault <K,V> ICommonsOrderedMap <K, V> ICommonsOrderedMap.createInstance()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 ICommonsOrderedMapModifier and TypeClassDescriptionclassLoggingLRUMap<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 ICommonsOrderedMapModifier and TypeMethodDescriptiondefault <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 -
Uses of ICommonsOrderedMap in com.helger.commons.lang
Classes in com.helger.commons.lang that implement ICommonsOrderedMapModifier and TypeClassDescriptionclassTheNonBlockingPropertiesclass represents a persistent set of properties. -
Uses of ICommonsOrderedMap in com.helger.commons.text
Methods in com.helger.commons.text that return ICommonsOrderedMapModifier and TypeMethodDescriptionfinal ICommonsOrderedMap<Locale, String> AbstractReadOnlyMapBasedMultilingualText.texts()IMultilingualText.texts()Constructors in com.helger.commons.text with parameters of type ICommonsOrderedMap -
Uses of ICommonsOrderedMap in com.helger.commons.url
Methods in com.helger.commons.url that return ICommonsOrderedMap