Uses of Class
org.javimmutable.collections.listmap.AbstractJImmutableListMap

Packages that use AbstractJImmutableListMap
org.javimmutable.collections.listmap   
 

Uses of AbstractJImmutableListMap in org.javimmutable.collections.listmap
 

Subclasses of AbstractJImmutableListMap in org.javimmutable.collections.listmap
 class JImmutableHashListMap<K,V>
          JImmutableListMap using a hash map for fast lookup.
 class JImmutableInsertOrderListMap<K,V>
          JImmutableListMap implementation that allows keys to be traversed in the same order as they were inserted into the collection.
 class JImmutableTreeListMap<K,V>
          JImmutableListMap implementation that allows keys to be traversed in sorted order using a Comparator of the natural ordering of the keys if they implement Comparable.
 



Copyright © 2014 Burton Computer Corporation. All rights reserved.