Uses of Class
org.apache.commons.collections4.splitmap.AbstractIterableGetMapDecorator

Packages that use AbstractIterableGetMapDecorator
org.apache.commons.collections4.splitmap The "split map" concept is that of an object that implements the Put and Get interfaces, with differing generic types. 
 

Uses of AbstractIterableGetMapDecorator in org.apache.commons.collections4.splitmap
 

Subclasses of AbstractIterableGetMapDecorator in org.apache.commons.collections4.splitmap
 class TransformedSplitMap<J,K,U,V>
          Decorates another Map to transform objects that are added.
 



Copyright © 2001–2013 The Apache Software Foundation. All rights reserved.