Uses of Class
org.javimmutable.collections.common.AbstractMap
Packages that use AbstractMap
Package
Description
-
Uses of AbstractMap in org.javimmutable.collections.hash
Subclasses of AbstractMap in org.javimmutable.collections.hashModifier and TypeClassDescriptionclassEmptyHashMap<K,V> Singleton implementation ofIMapthat contains no elements.classHashMap<T,K, V> -
Uses of AbstractMap in org.javimmutable.collections.inorder
Subclasses of AbstractMap in org.javimmutable.collections.inorderModifier and TypeClassDescriptionclassOrderedMap<K,V> IMapimplementation that allows iteration over members in the order in which they were inserted into the map. -
Uses of AbstractMap in org.javimmutable.collections.tree
Subclasses of AbstractMap in org.javimmutable.collections.tree