| AbstractObjectBidirectionalIterator |
|
| AbstractObjectCollection |
An abstract class providing basic methods for collections implementing a type-specific interface.
|
| AbstractObjectIterator |
An abstract class facilitating the creation of type-specific iterators.
|
| AbstractObjectList |
An abstract class providing basic methods for lists implementing a type-specific list interface.
|
| AbstractObjectListIterator |
An abstract class facilitating the creation of type-specific list iterators.
|
| ObjectArrayList |
A type-specific array-based list; provides some additional methods that use polymorphism to avoid (un)boxing.
|
| ObjectBidirectionalIterator |
A type-specific bidirectional iterator; provides an additional method to avoid (un)boxing,
and the possibility to skip elements backwards.
|
| ObjectCollection |
A type-specific Collection; provides some additional methods
that use polymorphism to avoid (un)boxing.
|
| ObjectIterable |
|
| ObjectIterator |
A type-specific Iterator; provides an additional method to avoid (un)boxing, and
the possibility to skip elements.
|
| ObjectIterators.EmptyIterator |
A class returning no elements and a type-specific iterator interface.
|
| ObjectList |
A type-specific List; provides some additional methods that use polymorphism to avoid (un)boxing.
|
| ObjectListIterator |
A type-specific bidirectional iterator that is also a ListIterator.
|
| ObjectSet |
A type-specific Set; provides some additional methods that use polymorphism to avoid (un)boxing.
|