Class Object2BooleanAVLTreeMap<K>

All Implemented Interfaces:
Function<K,​Boolean>, Object2BooleanFunction<K>, Object2BooleanMap<K>, Object2BooleanSortedMap<K>, Serializable, Cloneable, Function<K,​Boolean>, Predicate<K>, Map<K,​Boolean>, SortedMap<K,​Boolean>

public class Object2BooleanAVLTreeMap<K>
extends AbstractObject2BooleanSortedMap<K>
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:
Serialized Form