Abstract base class for
IntList s backed
by random access structures like arrays.
Read-only subclasses must override
RandomAccessIntList.get and
RandomAccessIntList.size . Mutable subclasses
should also override
RandomAccessIntList.set . Variably-sized
subclasses should also override
RandomAccessIntList.add
and
RandomAccessIntList.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 1.0 version: $Revision: 1.3 $ $Date: 2003/10/16 20:49:35 $ author: Rodney Waldhoff
Inner Class :protected static class RandomAccessIntListIterator extends ComodChecker implements IntListIterator
Inner Class :protected static class RandomAccessIntSubList extends RandomAccessIntList implements IntList