Class AbstractBitVector.LongSetView

All Implemented Interfaces:
LongBidirectionalIterable, LongCollection, LongIterable, LongSet, LongSortedSet, Size64, Serializable, Cloneable, Iterable<Long>, Collection<Long>, Set<Long>, SortedSet<Long>
Enclosing class:
AbstractBitVector

public static class AbstractBitVector.LongSetView
extends AbstractLongSortedSet
implements LongSet, Serializable, Size64
An integer sorted set view of a bit vector.

This class implements in the obvious way an integer set view of a bit vector. The vector is enlarged as needed (i.e., when a one beyond the current size is set), but it is never shrunk.

See Also:
Serialized Form