Uses of Interface
com.helger.commons.collection.impl.ICommonsMap
-
-
Uses of ICommonsMap in com.helger.commons.cache
Methods in com.helger.commons.cache that return ICommonsMap Modifier and Type Method Description protected 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 ICommonsMap Modifier and Type Method Description static <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 ICommonsMap Modifier and Type Method Description 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. -
Uses of ICommonsMap in com.helger.commons.collection.attr
Subinterfaces of ICommonsMap in com.helger.commons.collection.attr Modifier and Type Interface Description interfaceIAttributeContainer<KEYTYPE,VALUETYPE>Base interface for a generic read-only attribute container.interfaceIAttributeContainerAny<KEYTYPE>This is the writable extension of the<String, Object>.interfaceIStringMapSpecial mutable attribute container with a String key and a String value.Classes in com.helger.commons.collection.attr that implement ICommonsMap 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.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.classStringMapBase 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.impl Modifier and Type Interface Description interfaceICommonsNavigableMap<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 ICommonsMap Modifier and Type Class Description classCommonsConcurrentHashMap<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 ICommonsMap Modifier and Type Method Description default <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 ICommonsMap Modifier and Type Class Description classAbstractSoftMap<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 ICommonsMap Modifier and Type Method Description default 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 Modifier and Type Method Description ICommonsMap<IReadableResource,SizeInt>ImageDataManager. getAllCachedSizes() -
Uses of ICommonsMap in com.helger.commons.lang
Classes in com.helger.commons.lang that implement ICommonsMap Modifier and Type Class Description classNonBlockingPropertiesTheNonBlockingPropertiesclass represents a persistent set of properties.Methods in com.helger.commons.lang that return ICommonsMap Modifier and Type Method Description static ICommonsMap<String,String>PropertiesHelper. getAsStringMap(Properties aProps) -
Uses of ICommonsMap in com.helger.commons.locale
Methods in com.helger.commons.locale that return ICommonsMap Modifier and Type Method Description static 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 ICommonsMap Modifier and Type Method Description static ICommonsMap<String,String>SystemProperties. getAllProperties()
-