Class Object2LongAVLTreeMap<K>

All Implemented Interfaces:
Function<K,Long>, Object2LongFunction<K>, Object2LongMap<K>, Object2LongSortedMap<K>, Serializable, Cloneable, Function<K,Long>, ToLongFunction<K>, Map<K,Long>, SortedMap<K,Long>

public class Object2LongAVLTreeMap<K> extends AbstractObject2LongSortedMap<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: