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
ConstructorsModifierConstructorDescriptionprotectedConstructor 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:
containsKeyin interfaceGet<K,V> - Parameters:
key- key whose presence in this map is to be tested- Returns:
trueif this map contains a mapping for the specified key- See Also:
-
containsValue
- Specified by:
containsValuein interfaceGet<K,V> - Parameters:
value- value whose presence in this map is to be tested- Returns:
trueif 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:
mapIteratorin interfaceIterableGet<K,V> - Returns:
- MapIterator<K, V>
-
remove
-
size
-
toString
-
values
-