Class AbstractIterableGetMapDecorator<K,V>
java.lang.Object
org.apache.commons.collections4.splitmap.AbstractIterableGetMapDecorator<K,V>
- Type Parameters:
K
- the type of the keys in this mapV
- the type of the values in this map
- All Implemented Interfaces:
Get<K,
,V> IterableGet<K,
V>
- Direct Known Subclasses:
TransformedSplitMap
- Since:
- 4.0
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor only used in deserialization, do not use otherwise.AbstractIterableGetMapDecorator
(Map<K, V> map) Create a new AbstractSplitMapDecorator. -
Method Summary
-
Constructor Details
-
AbstractIterableGetMapDecorator
protected AbstractIterableGetMapDecorator()Constructor only used in deserialization, do not use otherwise. -
AbstractIterableGetMapDecorator
Create a new AbstractSplitMapDecorator.- Parameters:
map
- the map to decorate, must not be null- Throws:
NullPointerException
- if map is null
-
-
Method Details
-
containsKey
- Specified by:
containsKey
in interfaceGet<K,
V> - Parameters:
key
- key whose presence in this map is to be tested- Returns:
true
if this map contains a mapping for the specified key- See Also:
-
containsValue
- Specified by:
containsValue
in interfaceGet<K,
V> - Parameters:
value
- value whose presence in this map is to be tested- Returns:
true
if this map maps one or more keys to the specified value- See Also:
-
decorated
Gets the map being decorated.- Returns:
- the decorated map
-
entrySet
-
equals
-
get
-
hashCode
-
isEmpty
-
keySet
-
mapIterator
Gets a MapIterator over this Get.- Specified by:
mapIterator
in interfaceIterableGet<K,
V> - Returns:
- MapIterator<K, V>
-
remove
-
size
-
toString
-
values
-