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
ISetMap
using a hash map for fast lookup.ISetMap
implementation that allows keys to be traversed in the same order as they were inserted into the collectionISetMap
implementation that uses arbitrary Map and Set templates.ISetMap
implementation 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
ISetMap
using a hash map for fast lookup.ISetMap
implementation that allows keys to be traversed in the same order as they were inserted into the collectionISetMap
implementation that allows keys to be traversed in sorted order using a Comparator of the natural ordering of the keys if they implement Comparable.