Uses of Package
org.javimmutable.collections.setmap
Package
Description
-
-
ClassDescription
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. -
ClassDescription
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.