Package org.javimmutable.collections.inorder
package org.javimmutable.collections.inorder
-
ClassDescriptionOrderedMap<K,
V> IMap
implementation that allows iteration over members in the order in which they were inserted into the map.IMultiset
implementation built on top of an ordered map.OrderedSet<T>ISet
implementation built on top of an ordered set.