| Interface | Description |
|---|---|
| ObjectBidirectionalIterator<T> |
This is a basically a
ListIterator without the index functions. |
| ObjectCollection<T> |
A Type-Specific
Collection that reduces (un)boxing |
| ObjectIterable<T> |
A Type-Specific
Iterable that reduces (un)boxing |
| ObjectIterator<T> |
A Type-Specific
Iterator that reduces (un)boxing |
| ObjectSplititerator<T> |
A Type Specific Split-Iterator that reduces boxing/unboxing
It fills the gaps of the java and uses this collection interfaces
|
| Class | Description |
|---|---|
| AbstractObjectCollection<T> |
Abstract Type Specific Collection that reduces boxing/unboxing
|