Class LongBigArrayBitVector.LongBigListView

All Implemented Interfaces:
BigList<Long>, LongBigList, LongCollection, LongIterable, LongStack, Size64, Stack<Long>, Serializable, Comparable<BigList<? extends Long>>, Iterable<Long>, Collection<Long>
Enclosing class:
LongBigArrayBitVector

protected static class LongBigArrayBitVector.LongBigListView extends AbstractBitVector.LongBigListView
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: