Class Object2ByteAVLTreeMap<K>

All Implemented Interfaces:
Function<K,​Byte>, Object2ByteFunction<K>, Object2ByteMap<K>, Object2ByteSortedMap<K>, Serializable, Cloneable, Function<K,​Byte>, ToIntFunction<K>, Map<K,​Byte>, SortedMap<K,​Byte>

public class Object2ByteAVLTreeMap<K>
extends AbstractObject2ByteSortedMap<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