Uses of Interface
com.helger.commons.collection.impl.ICommonsMap
Packages that use ICommonsMap
Package
Description
-
Uses of ICommonsMap in com.helger.commons.cache
Methods in com.helger.commons.cache that return ICommonsMapModifier and TypeMethodDescriptionprotected ICommonsMap<KEYSTORETYPE, Wrapper<VALUETYPE>> MappedCache.createCache()Create a new cache map. -
Uses of ICommonsMap in com.helger.commons.collection
Methods in com.helger.commons.collection that return ICommonsMapModifier and TypeMethodDescriptionstatic <KEY,VALUE>
ICommonsMap<KEY, VALUE> CollectionHelper.getCombinedMap(Map<KEY, VALUE> aMap1, Map<KEY, VALUE> aMap2) Create a map that contains the combination of the other 2 maps.static <KEY,VALUE>
ICommonsMap<KEY, VALUE> CollectionHelper.getFilteredMap(ICommonsMap<KEY, VALUE> aValues, Collection<? extends KEY> aKeys) Get a map consisting only of a set of specified keys.Methods in com.helger.commons.collection with parameters of type ICommonsMapModifier and TypeMethodDescriptionstatic <KEY,VALUE>
ICommonsMap<KEY, VALUE> CollectionHelper.getFilteredMap(ICommonsMap<KEY, VALUE> aValues, Collection<? extends KEY> aKeys) Get a map consisting only of a set of specified keys. -
Uses of ICommonsMap in com.helger.commons.collection.attr
Subinterfaces of ICommonsMap in com.helger.commons.collection.attrModifier and TypeInterfaceDescriptioninterfaceIAttributeContainer<KEYTYPE,VALUETYPE> Base interface for a generic read-only attribute container.interfaceIAttributeContainerAny<KEYTYPE>This is the writable extension of the<String, Object>.interfaceSpecial mutable attribute container with a String key and a String value.Classes in com.helger.commons.collection.attr that implement ICommonsMapModifier 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.classAttributeContainerAnyConcurrent<KEYTYPE>Base class for all kind of string-object mapping container.classAttributeContainerConcurrent<KEYTYPE,VALUETYPE> Base class for all kind of any-any mapping container.classBase class for all kind of string-string mapping container. -
Uses of ICommonsMap in com.helger.commons.collection.impl
Subinterfaces of ICommonsMap in com.helger.commons.collection.implModifier and TypeInterfaceDescriptioninterfaceICommonsNavigableMap<KEYTYPE,VALUETYPE> A specialNavigableMapinterface based onICommonsSortedMap.interfaceICommonsOrderedMap<KEYTYPE,VALUETYPE> interfaceICommonsSortedMap<KEYTYPE,VALUETYPE> A specialSortedMapbased interface with extended functionality based onICommonsMap.Classes in com.helger.commons.collection.impl that implement ICommonsMapModifier and TypeClassDescriptionclassCommonsConcurrentHashMap<KEYTYPE,VALUETYPE> A specialConcurrentHashMapimplementation based onICommonsMap.classCommonsEnumMap<KEYTYPE extends Enum<KEYTYPE>,VALUETYPE> A specialEnumMapimplementation based onICommonsMap.classCommonsHashMap<KEYTYPE,VALUETYPE> A specialHashMapimplementation based onICommonsMap.classCommonsLinkedHashMap<KEYTYPE,VALUETYPE> A specialLinkedHashMapimplementation based onICommonsOrderedMap.classCommonsTreeMap<KEYTYPE,VALUETYPE> A specialTreeMapimplementation based onICommonsNavigableMap.classCommonsWeakHashMap<KEYTYPE,VALUETYPE> A specialWeakHashMapimplementation based onICommonsMap.Methods in com.helger.commons.collection.impl that return ICommonsMapModifier and TypeMethodDescriptiondefault <K,V> ICommonsMap <K, V> ICommonsMap.createInstance()Create a new empty map.default ICommonsMap<VALUETYPE, KEYTYPE> ICommonsMap.getSwappedKeyValues()Get a map where keys and values are exchanged. -
Uses of ICommonsMap in com.helger.commons.collection.map
Classes in com.helger.commons.collection.map that implement ICommonsMapModifier and TypeClassDescriptionclassAbstractSoftMap<K,V> SoftMapimplementation based on http://www.javaspecialists.eu/archive/Issue015.html
TheentrySetimplementation is fromorg.hypergraphdb.util
Note:AbstractSoftMapis NOT serializable!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.classSoftHashMap<K,V> SoftHashMapimplementation based on http://www.javaspecialists.eu/archive/Issue015.html
TheentrySetimplementation is fromorg.hypergraphdb.util
Note:SoftHashMapis NOT serializable!classSoftLinkedHashMap<K,V> SoftHashMapimplementation based on http://www.javaspecialists.eu/archive/Issue015.html
TheentrySetimplementation is fromorg.hypergraphdb.util
Note:SoftLinkedHashMapis NOT serializable! -
Uses of ICommonsMap in com.helger.commons.error.list
Methods in com.helger.commons.error.list that return ICommonsMapModifier and TypeMethodDescriptiondefault ICommonsMap<String, ICommonsList<IError>> IErrorList.getGroupedByFieldName()default ICommonsMap<String, ICommonsList<IError>> IErrorList.getGroupedByID() -
Uses of ICommonsMap in com.helger.commons.gfx
Methods in com.helger.commons.gfx that return ICommonsMap -
Uses of ICommonsMap in com.helger.commons.lang
Classes in com.helger.commons.lang that implement ICommonsMapModifier and TypeClassDescriptionclassTheNonBlockingPropertiesclass represents a persistent set of properties.Methods in com.helger.commons.lang that return ICommonsMapModifier and TypeMethodDescriptionstatic ICommonsMap<String, String> PropertiesHelper.getAsStringMap(Properties aProps) -
Uses of ICommonsMap in com.helger.commons.locale
Methods in com.helger.commons.locale that return ICommonsMapModifier and TypeMethodDescriptionstatic ICommonsMap<Locale, String> LocaleHelper.getAllLocaleDisplayNames(Locale aContentLocale) Get all possible locale names in the passed locale -
Uses of ICommonsMap in com.helger.commons.system
Methods in com.helger.commons.system that return ICommonsMapModifier and TypeMethodDescriptionstatic ICommonsMap<String, String> SystemProperties.getAllProperties()