Class Long2ByteAVLTreeMap

All Implemented Interfaces:
Function<Long,Byte>, Long2ByteFunction, Long2ByteMap, Long2ByteSortedMap, Serializable, Cloneable, Function<Long,Byte>, LongToIntFunction, Map<Long,Byte>, SortedMap<Long,Byte>

public class Long2ByteAVLTreeMap extends AbstractLong2ByteSortedMap 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: