Uses of Class
org.javimmutable.collections.common.AbstractJImmutableMap

Packages that use AbstractJImmutableMap
org.javimmutable.collections.hash   
org.javimmutable.collections.inorder   
org.javimmutable.collections.tree   
 

Uses of AbstractJImmutableMap in org.javimmutable.collections.hash
 

Subclasses of AbstractJImmutableMap in org.javimmutable.collections.hash
 class EmptyHashMap<K,V>
          Singleton implementation of JImmutableMap that contains no elements.
 class JImmutableHashMap<T,K,V>
           
 

Uses of AbstractJImmutableMap in org.javimmutable.collections.inorder
 

Subclasses of AbstractJImmutableMap in org.javimmutable.collections.inorder
 class JImmutableInsertOrderMap<K,V>
          JImmutableMap implementation that allows iteration over members in the order in which they were inserted into the map.
 

Uses of AbstractJImmutableMap in org.javimmutable.collections.tree
 

Subclasses of AbstractJImmutableMap in org.javimmutable.collections.tree
 class JImmutableTreeMap<K,V>
           
 



Copyright © 2014 Burton Computer Corporation. All rights reserved.