Uses of Class
com.helger.commons.collection.impl.CommonsLinkedHashMap
Packages that use CommonsLinkedHashMap
Package
Description
-
Uses of CommonsLinkedHashMap in com.helger.commons.collection
Methods in com.helger.commons.collection that return CommonsLinkedHashMapModifier and TypeMethodDescriptionstatic <KEYTYPE,VALUETYPE>
CommonsLinkedHashMap<KEYTYPE, VALUETYPE> CollectionHelper.newOrderedMap()static <KEYTYPE,VALUETYPE>
CommonsLinkedHashMap<KEYTYPE, VALUETYPE> CollectionHelper.newOrderedMap(int nInitialCapacity) static <ELEMENTTYPE>
CommonsLinkedHashMap<ELEMENTTYPE, ELEMENTTYPE> CollectionHelper.newOrderedMap(ELEMENTTYPE... aValues) static <KEYTYPE,VALUETYPE>
CommonsLinkedHashMap<KEYTYPE, VALUETYPE> CollectionHelper.newOrderedMap(Iterable<? extends Map.Entry<KEYTYPE, VALUETYPE>> aCollection) static <KEYTYPE,VALUETYPE>
CommonsLinkedHashMap<KEYTYPE, VALUETYPE> CollectionHelper.newOrderedMap(Collection<? extends Map.Entry<KEYTYPE, VALUETYPE>> aCollection) static <KEYTYPE,VALUETYPE>
CommonsLinkedHashMap<KEYTYPE, VALUETYPE> CollectionHelper.newOrderedMap(Collection<? extends KEYTYPE> aKeys, Collection<? extends VALUETYPE> aValues) static <KEYTYPE,VALUETYPE>
CommonsLinkedHashMap<KEYTYPE, VALUETYPE> CollectionHelper.newOrderedMap(Map<? extends KEYTYPE, ? extends VALUETYPE> aMap) static <KEYTYPE,VALUETYPE>
CommonsLinkedHashMap<KEYTYPE, VALUETYPE> CollectionHelper.newOrderedMap(Map<? extends KEYTYPE, ? extends VALUETYPE>[] aMaps) static <KEYTYPE,VALUETYPE>
CommonsLinkedHashMap<KEYTYPE, VALUETYPE> CollectionHelper.newOrderedMap(Map<KEYTYPE, VALUETYPE> aMap, Predicate<? super Map.Entry<? extends KEYTYPE, ? extends VALUETYPE>> aFilter) static <KEYTYPE,VALUETYPE>
CommonsLinkedHashMap<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>
CommonsLinkedHashMap<KEYTYPE, VALUETYPE> CollectionHelper.newOrderedMap(KEYTYPE aKey, VALUETYPE aValue) static <SRCTYPE,DSTKEYTYPE, DSTVALUETYPE>
CommonsLinkedHashMap<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>
CommonsLinkedHashMap<DSTKEYTYPE, DSTVALUETYPE> CollectionHelper.newOrderedMapMapped(Map<? extends SRCKEYTYPE, ? extends SRCVALUETYPE> aMap, Function<? super SRCKEYTYPE, ? extends DSTKEYTYPE> aKeyMapper, Function<? super SRCVALUETYPE, ? extends DSTVALUETYPE> aValueMapper) -
Uses of CommonsLinkedHashMap in com.helger.commons.collection.attr
Subclasses of CommonsLinkedHashMap in com.helger.commons.collection.attrModifier 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 CommonsLinkedHashMap in com.helger.commons.collection.impl
Methods in com.helger.commons.collection.impl that return CommonsLinkedHashMapModifier and TypeMethodDescription<K,V> CommonsLinkedHashMap <K, V> CommonsLinkedHashMap.createInstance()CommonsLinkedHashMap.getClone() -
Uses of CommonsLinkedHashMap in com.helger.commons.collection.map
Subclasses of CommonsLinkedHashMap in com.helger.commons.collection.mapModifier 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 CommonsLinkedHashMap in com.helger.commons.lang
Subclasses of CommonsLinkedHashMap in com.helger.commons.langModifier and TypeClassDescriptionclassTheNonBlockingPropertiesclass represents a persistent set of properties.