Class Int2CharAVLTreeMap

All Implemented Interfaces:
Function<Integer,Character>, Int2CharFunction, Int2CharMap, Int2CharSortedMap, Serializable, Cloneable, Function<Integer,Character>, IntUnaryOperator, Map<Integer,Character>, SortedMap<Integer,Character>

public class Int2CharAVLTreeMap extends AbstractInt2CharSortedMap 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: