|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |