Package org.javimmutable.collections.listmap

Class Summary
AbstractJImmutableListMap<K,V>  
JImmutableHashListMap<K,V> JImmutableListMap using a hash map for fast lookup.
JImmutableInsertOrderListMap<K,V> JImmutableListMap implementation that allows keys to be traversed in the same order as they were inserted into the collection.
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.