Class AbstractIterableGetMapDecorator<K,V>

java.lang.Object
org.apache.commons.collections4.splitmap.AbstractIterableGetMapDecorator<K,V>
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
Version:
$Id: AbstractIterableGetMapDecorator.java 1686855 2015-06-22 13:00:27Z tn $