| Modifier and Type | Method and Description |
|---|---|
protected ICommonsMap<KEYSTORETYPE,Wrapper<VALUETYPE>> |
MappedCache.createCache()
Create a new cache map.
|
protected ICommonsMap<KEYSTORETYPE,Wrapper<VALUETYPE>> |
MappedCache.createCache()
Create a new cache map.
|
| Modifier and Type | Method and Description |
|---|---|
static <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> |
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> |
CollectionHelper.getFilteredMap(ICommonsMap<KEY,VALUE> aValues,
Collection<? extends KEY> aKeys)
Get a map consisting only of a set of specified keys.
|
static <KEY,VALUE> |
CollectionHelper.getFilteredMap(ICommonsMap<KEY,VALUE> aValues,
Collection<? extends KEY> aKeys)
Get a map consisting only of a set of specified keys.
|
| Modifier and Type | Method and Description |
|---|---|
static <KEY,VALUE> |
CollectionHelper.getFilteredMap(ICommonsMap<KEY,VALUE> aValues,
Collection<? extends KEY> aKeys)
Get a map consisting only of a set of specified keys.
|
static <KEY,VALUE> |
CollectionHelper.getFilteredMap(ICommonsMap<KEY,VALUE> aValues,
Collection<? extends KEY> aKeys)
Get a map consisting only of a set of specified keys.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
IAttributeContainer<KEYTYPE,VALUETYPE>
Base interface for a generic read-only attribute container.
|
interface |
IAttributeContainerAny<KEYTYPE>
This is the writable extension of the
<String,
Object>. |
interface |
IStringMap
Special mutable attribute container with a String key and a String value.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AttributeContainer<KEYTYPE,VALUETYPE>
Base class for all kind of any-any mapping container.
|
class |
AttributeContainerAny<KEYTYPE>
Base class for all kind of string-object mapping container.
|
class |
AttributeContainerAnyConcurrent<KEYTYPE>
Base class for all kind of string-object mapping container.
|
class |
AttributeContainerConcurrent<KEYTYPE,VALUETYPE>
Base class for all kind of any-any mapping container.
|
class |
StringMap
Base class for all kind of string-string mapping container.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
ICommonsNavigableMap<KEYTYPE,VALUETYPE>
A special
NavigableMap interface based on ICommonsSortedMap. |
interface |
ICommonsOrderedMap<KEYTYPE,VALUETYPE>
|
interface |
ICommonsSortedMap<KEYTYPE,VALUETYPE>
A special
SortedMap based interface with extended functionality based
on ICommonsMap. |
| Modifier and Type | Class and Description |
|---|---|
class |
CommonsConcurrentHashMap<KEYTYPE,VALUETYPE>
A special
ConcurrentHashMap implementation based on
ICommonsMap. |
class |
CommonsEnumMap<KEYTYPE extends Enum<KEYTYPE>,VALUETYPE>
A special
EnumMap implementation based on ICommonsMap. |
class |
CommonsHashMap<KEYTYPE,VALUETYPE>
A special
HashMap implementation based on ICommonsMap. |
class |
CommonsLinkedHashMap<KEYTYPE,VALUETYPE>
A special
LinkedHashMap implementation based on
ICommonsOrderedMap. |
class |
CommonsTreeMap<KEYTYPE,VALUETYPE>
A special
TreeMap implementation based on
ICommonsNavigableMap. |
class |
CommonsWeakHashMap<KEYTYPE,VALUETYPE>
A special
WeakHashMap implementation based on ICommonsMap. |
| Modifier and Type | Method and Description |
|---|---|
default <K,V> ICommonsMap<K,V> |
ICommonsMap.createInstance()
Create a new empty map.
|
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.
|
default ICommonsMap<VALUETYPE,KEYTYPE> |
ICommonsMap.getSwappedKeyValues()
Get a map where keys and values are exchanged.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractSoftMap<K,V>
Soft
Map implementation based on
http://www.javaspecialists.eu/archive/Issue015.htmlThe entrySet implementation is from
org.hypergraphdb.utilNote: AbstractSoftMap is NOT serializable! |
class |
LoggingLRUMap<KEYTYPE,VALUETYPE>
A specific
LRUMap that emits a warning once the map is full and the
oldest entry gets discarded. |
class |
LRUMap<KEYTYPE,VALUETYPE>
A special ordered map, that has an upper limit of contained elements.
|
class |
SoftHashMap<K,V>
Soft
HashMap implementation based on
http://www.javaspecialists.eu/archive/Issue015.htmlThe entrySet implementation is from
org.hypergraphdb.utilNote: SoftHashMap is NOT serializable! |
class |
SoftLinkedHashMap<K,V>
Soft
HashMap implementation based on
http://www.javaspecialists.eu/archive/Issue015.htmlThe entrySet implementation is from
org.hypergraphdb.utilNote: SoftLinkedHashMap is NOT serializable! |
| Modifier and Type | Method and Description |
|---|---|
default ICommonsMap<String,ICommonsList<IError>> |
IErrorList.getGroupedByFieldName() |
default ICommonsMap<String,ICommonsList<IError>> |
IErrorList.getGroupedByFieldName() |
default ICommonsMap<String,ICommonsList<IError>> |
IErrorList.getGroupedByID() |
default ICommonsMap<String,ICommonsList<IError>> |
IErrorList.getGroupedByID() |
| Modifier and Type | Method and Description |
|---|---|
ICommonsMap<IReadableResource,SizeInt> |
ImageDataManager.getAllCachedSizes() |
ICommonsMap<IReadableResource,SizeInt> |
ImageDataManager.getAllCachedSizes() |
| Modifier and Type | Class and Description |
|---|---|
class |
NonBlockingProperties
The
NonBlockingProperties class represents a persistent set of
properties. |
| Modifier and Type | Method and Description |
|---|---|
static ICommonsMap<String,String> |
PropertiesHelper.getAsStringMap(Properties aProps) |
static ICommonsMap<String,String> |
PropertiesHelper.getAsStringMap(Properties aProps) |
| Modifier and Type | Method and Description |
|---|---|
static ICommonsMap<Locale,String> |
LocaleHelper.getAllLocaleDisplayNames(Locale aContentLocale)
Get all possible locale names in the passed locale
|
static ICommonsMap<Locale,String> |
LocaleHelper.getAllLocaleDisplayNames(Locale aContentLocale)
Get all possible locale names in the passed locale
|
| Modifier and Type | Method and Description |
|---|---|
static ICommonsMap<String,String> |
SystemProperties.getAllProperties() |
static ICommonsMap<String,String> |
SystemProperties.getAllProperties() |
Copyright © 2014–2022 Philip Helger. All rights reserved.