Class Double2LongAVLTreeMap

All Implemented Interfaces:
Double2LongFunction, Double2LongMap, Double2LongSortedMap, Function<Double,​Long>, Serializable, Cloneable, DoubleToLongFunction, Function<Double,​Long>, Map<Double,​Long>, SortedMap<Double,​Long>

public class Double2LongAVLTreeMap
extends AbstractDouble2LongSortedMap
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