Class Object2FloatAVLTreeMap<K>

All Implemented Interfaces:
Function<K,​Float>, Object2FloatFunction<K>, Object2FloatMap<K>, Object2FloatSortedMap<K>, Serializable, Cloneable, Function<K,​Float>, ToDoubleFunction<K>, Map<K,​Float>, SortedMap<K,​Float>

public class Object2FloatAVLTreeMap<K>
extends AbstractObject2FloatSortedMap<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