Abstract base class for
ShortCollection s.
Read-only subclasses must override
AbstractShortCollection.iterator and
AbstractShortCollection.size . Mutable subclasses
should also override
AbstractShortCollection.add and
ShortIterator.remove ShortIterator.remove .
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:36 $ author: Rodney Waldhoff