Class Byte2ShortRBTreeMap

All Implemented Interfaces:
Byte2ShortFunction, Byte2ShortMap, Byte2ShortSortedMap, Function<Byte,​Short>, Serializable, Cloneable, Function<Byte,​Short>, IntUnaryOperator, Map<Byte,​Short>, SortedMap<Byte,​Short>

public class Byte2ShortRBTreeMap
extends AbstractByte2ShortSortedMap
implements Serializable, Cloneable
A type-specific red-black 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