Class Int2ShortAVLTreeMap

All Implemented Interfaces:
Function<Integer,​Short>, Int2ShortFunction, Int2ShortMap, Int2ShortSortedMap, Serializable, Cloneable, Function<Integer,​Short>, IntUnaryOperator, Map<Integer,​Short>, SortedMap<Integer,​Short>

public class Int2ShortAVLTreeMap
extends AbstractInt2ShortSortedMap
implements Serializable, Cloneable
A type-specific AVL tree map with a fast, small-footprint implementation.

The iterators provided by the views of this class are type-specific bidirectional iterators. Moreover, the iterator returned by iterator() can be safely cast to a type-specific list iterator.

See Also:
Serialized Form