Uses of Package
org.javimmutable.collections.setmap
Packages that use org.javimmutable.collections.setmap
Package
Description
-
Classes in org.javimmutable.collections.setmap used by org.javimmutable.collections
-
Classes in org.javimmutable.collections.setmap used by org.javimmutable.collections.serializationClassDescription
ISetMapusing a hash map for fast lookup.ISetMapimplementation that allows keys to be traversed in the same order as they were inserted into the collectionISetMapimplementation that uses arbitrary Map and Set templates.ISetMapimplementation 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.setmap used by org.javimmutable.collections.setmapClassDescription
ISetMapusing a hash map for fast lookup.ISetMapimplementation that allows keys to be traversed in the same order as they were inserted into the collectionISetMapimplementation that allows keys to be traversed in sorted order using a Comparator of the natural ordering of the keys if they implement Comparable.