Uses of Package
org.javimmutable.collections.listmap
Packages that use org.javimmutable.collections.listmap
-
Classes in org.javimmutable.collections.listmap used by org.javimmutable.collections.listmapClassDescription
IListMapusing a hash map for fast lookup.IListMapimplementation that allows keys to be traversed in the same order as they were inserted into the collection.IListMapimplementation that allows keys to be traversed in sorted order using a Comparator of the natural ordering of the keys if they implement Comparable. -
Classes in org.javimmutable.collections.listmap used by org.javimmutable.collections.serializationClassDescription
IListMapusing a hash map for fast lookup.IListMapimplementation that allows keys to be traversed in the same order as they were inserted into the collection.IListMapimplementation that allows keys to be traversed in sorted order using a Comparator of the natural ordering of the keys if they implement Comparable.