Class Object2ShortAVLTreeMap<K>

All Implemented Interfaces:
Function<K,​Short>, Object2ShortFunction<K>, Object2ShortMap<K>, Object2ShortSortedMap<K>, Serializable, Cloneable, Function<K,​Short>, ToIntFunction<K>, Map<K,​Short>, SortedMap<K,​Short>

public class Object2ShortAVLTreeMap<K>
extends AbstractObject2ShortSortedMap<K>
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