Class Byte2CharRBTreeMap

All Implemented Interfaces:
Byte2CharFunction, Byte2CharMap, Byte2CharSortedMap, Function<Byte,Character>, Serializable, Cloneable, Function<Byte,Character>, IntUnaryOperator, Map<Byte,Character>, SortedMap<Byte,Character>

public class Byte2CharRBTreeMap extends AbstractByte2CharSortedMap 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: