Class ShortRBTreeSet

All Implemented Interfaces:
ShortBidirectionalIterable, ShortCollection, ShortIterable, ShortSet, ShortSortedSet, Serializable, Cloneable, Iterable<Short>, Collection<Short>, Set<Short>, SortedSet<Short>

public class ShortRBTreeSet
extends AbstractShortSortedSet
implements Serializable, Cloneable, ShortSortedSet
A type-specific red-black tree set with a fast, small-footprint implementation.

The iterators provided by 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