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 map
V - the type of the values in this map
All Implemented Interfaces:
Get<K,V>, IterableGet<K,V>
Direct Known Subclasses:
TransformedSplitMap

public class AbstractIterableGetMapDecorator<K,V> extends Object implements IterableGet<K,V>
IterableGet that uses a Map<K, V> for the Get<K, V> implementation.
Since:
4.0