Abstract base class for
LongList s backed
by random access structures like arrays.
Read-only subclasses must override
RandomAccessLongList.get and
RandomAccessLongList.size . Mutable subclasses
should also override
RandomAccessLongList.set . Variably-sized
subclasses should also override
RandomAccessLongList.add
and
RandomAccessLongList.removeElementAt . All other methods
have at least some base implementation derived from
these. Subclasses may choose to override these methods
to provide a more efficient implementation.
since: Commons Primitives 0.1 version: $Revision: 1.2 $ $Date: 2003/10/14 20:04:26 $ author: Rodney Waldhoff
Inner Class :protected static class RandomAccessLongListIterator extends ComodChecker implements LongListIterator