|
Class Summary |
| ArraySet<E> |
An ArrayList backed Set implementation, whose primary purpose is
to provide a Set that maintains the order of elements based on
indexes and/or the order in which items are added. |
| ArrayUtils |
An array utility class. |
| IterableResultSet |
A simple wrapper that provides an Iterable implementation back-ended
by a result-set. |
| IterableResultSet.ResultSetIterator |
|
| SoloCollection |
A simple unmodifyable implementation of Collection that takes a single (possibly
null) constructor parameter. |