Class Int2BooleanAVLTreeMap

All Implemented Interfaces:
Function<Integer,Boolean>, Int2BooleanFunction, Int2BooleanMap, Int2BooleanSortedMap, Serializable, Cloneable, Function<Integer,Boolean>, IntPredicate, Map<Integer,Boolean>, SortedMap<Integer,Boolean>

public class Int2BooleanAVLTreeMap extends AbstractInt2BooleanSortedMap 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: