Uses of Class
org.javimmutable.collections.common.AbstractMap
Package
Description
-
Uses of AbstractMap in org.javimmutable.collections.hash
Modifier and TypeClassDescriptionclass
EmptyHashMap<K,
V> Singleton implementation ofIMap
that contains no elements.class
HashMap<T,
K, V> -
Uses of AbstractMap in org.javimmutable.collections.inorder
Modifier and TypeClassDescriptionclass
OrderedMap<K,
V> IMap
implementation that allows iteration over members in the order in which they were inserted into the map. -
Uses of AbstractMap in org.javimmutable.collections.tree