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