Package org.javimmutable.collections.setmap
package org.javimmutable.collections.setmap
-
ClassDescriptionHashSetMap<K,
V> ISetMap
using a hash map for fast lookup.OrderedSetMap<K,V> ISetMap
implementation that allows keys to be traversed in the same order as they were inserted into the collectionSetMapFactory<K,V> TemplateSetMap<K,V> ISetMap
implementation that uses arbitrary Map and Set templates.TreeSetMap<K,V> 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.