Abstract base class for
ShortList s backed
by random access structures like arrays.
Read-only subclasses must override
RandomAccessShortList.get and
RandomAccessShortList.size . Mutable subclasses
should also override
RandomAccessShortList.set . Variably-sized
subclasses should also override
RandomAccessShortList.add
and
RandomAccessShortList.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 RandomAccessShortListIterator extends ComodChecker implements ShortListIterator