Class AbstractBitVector.LongBigListView

All Implemented Interfaces:
BigList<Long>, LongBigList, LongCollection, LongIterable, LongStack, Size64, Stack<Long>, Serializable, Comparable<BigList<? extends Long>>, Iterable<Long>, Collection<Long>
Direct Known Subclasses:
LongArrayBitVector.LongBigListView, LongBigArrayBitVector.LongBigListView
Enclosing class:
AbstractBitVector

public static class AbstractBitVector.LongBigListView extends AbstractLongBigList implements LongBigList, Serializable
A list-of-integers view of a bit vector.

This class implements in the obvious way a view of a bit vector as a list of integers of given width. The vector is enlarged as needed (i.e., when adding new elements), but it is never shrunk.

See Also: