| Interface | Description |
|---|---|
| Object2IntFunction<K> |
A type-specific
Function; provides some additional methods that use
polymorphism to avoid (un)boxing. |
| Object2IntMap<K> |
A type-specific
Map; provides some additional methods that use
polymorphism to avoid (un)boxing, and handling of a default return value. |
| Object2IntMap.Entry<K> |
A type-specific
Map.Entry; provides some additional
methods that use polymorphism to avoid (un)boxing. |
| Object2IntMap.FastEntrySet<K> |
An entry set providing fast iteration.
|
| ObjectBidirectionalIterator<K> |
A type-specific bidirectional iterator; provides an additional method to
avoid (un)boxing, and the possibility to skip elements backwards.
|
| ObjectCollection<K> |
A type-specific
Collection; provides some additional methods that use
polymorphism to avoid (un)boxing. |
| ObjectIterable<K> |
A type-specific
Iterable that strengthens that specification of
Iterable.iterator(). |
| ObjectIterator<K> |
A type-specific
Iterator; provides an additional method to avoid
(un)boxing, and the possibility to skip elements. |
| ObjectList<K> |
A type-specific
List; provides some additional methods that use
polymorphism to avoid (un)boxing. |
| ObjectListIterator<K> |
A type-specific bidirectional iterator that is also a
ListIterator. |
| ObjectSet<K> |
A type-specific
Set; provides some additional methods that use
polymorphism to avoid (un)boxing. |
| Class | Description |
|---|---|
| AbstractObject2IntFunction<K> |
An abstract class providing basic methods for functions implementing a
type-specific interface.
|
| AbstractObject2IntMap<K> |
An abstract class providing basic methods for maps implementing a
type-specific interface.
|
| AbstractObject2IntMap.BasicEntry<K> |
This class provides a basic but complete type-specific entry class for
all those maps implementations that do not have entries on their own
(e.g., most immutable maps).
|
| AbstractObjectBidirectionalIterator<K> |
An abstract class facilitating the creation of type-specific
bidirectional
iterators.
|
| AbstractObjectCollection<K> |
An abstract class providing basic methods for collections implementing a
type-specific interface.
|
| AbstractObjectIterator<K> |
An abstract class facilitating the creation of type-specific iterators.
|
| AbstractObjectList<K> |
An abstract class providing basic methods for lists implementing a
type-specific list interface.
|
| AbstractObjectList.ObjectSubList<K> | |
| AbstractObjectListIterator<K> |
An abstract class facilitating the creation of type-specific
list iterators.
|
| AbstractObjectSet<K> |
An abstract class providing basic methods for sets implementing a
type-specific interface.
|
| Object2IntOpenHashMap<K> |
A type-specific hash map with a fast, small-footprint implementation.
|
| ObjectArrayList<K> |
A type-specific array-based list; provides some additional methods that use
polymorphism to avoid (un)boxing.
|
| ObjectArrays |
A class providing static methods and objects that do useful things with
type-specific arrays.
|
| ObjectArrays.ForkJoinQuickSort<K> | |
| ObjectArrays.ForkJoinQuickSort2<K> | |
| ObjectArrays.ForkJoinQuickSortComp<K> | |
| ObjectArrays.ForkJoinQuickSortIndirect<K> | |
| ObjectArraySet<K> |
A simple, brute-force implementation of a set based on a backing array.
|
| ObjectIterators |
A class providing static methods and objects that do useful things with
type-specific iterators.
|
| ObjectIterators.EmptyIterator<K> |
A class returning no elements and a type-specific iterator interface.
|
| ObjectIterators.UnmodifiableBidirectionalIterator<K> |
An unmodifiable wrapper class for bidirectional iterators.
|
| ObjectIterators.UnmodifiableIterator<K> |
An unmodifiable wrapper class for iterators.
|
| ObjectIterators.UnmodifiableListIterator<K> |
An unmodifiable wrapper class for list iterators.
|