Package org.javimmutable.collections.listmap
package org.javimmutable.collections.listmap
-
ClassesClassDescriptionHashListMap<K,
V> IListMapusing a hash map for fast lookup.OrderedListMap<K,V> IListMapimplementation that allows keys to be traversed in the same order as they were inserted into the collection.TreeListMap<K,V> IListMapimplementation that allows keys to be traversed in sorted order using a Comparator of the natural ordering of the keys if they implement Comparable.