Class Object2CharRBTreeMap<K>

All Implemented Interfaces:
Function<K,Character>, Object2CharFunction<K>, Object2CharMap<K>, Object2CharSortedMap<K>, Serializable, Cloneable, Function<K,Character>, ToIntFunction<K>, Map<K,Character>, SortedMap<K,Character>

public class Object2CharRBTreeMap<K> extends AbstractObject2CharSortedMap<K> 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: