| Interface | Description |
|---|---|
| Int2BooleanFunction |
A type-specific
Function; provides some additional methods that use
polymorphism to avoid (un)boxing. |
| Int2BooleanMap |
A type-specific
Map; provides some additional methods that use
polymorphism to avoid (un)boxing, and handling of a default return value. |
| Int2BooleanMap.Entry |
A type-specific
Map.Entry; provides some additional
methods that use polymorphism to avoid (un)boxing. |
| Int2BooleanMap.FastEntrySet |
An entry set providing fast iteration.
|
| Int2IntFunction |
A type-specific
Function; provides some additional methods that use
polymorphism to avoid (un)boxing. |
| Int2IntMap |
A type-specific
Map; provides some additional methods that use
polymorphism to avoid (un)boxing, and handling of a default return value. |
| Int2IntMap.Entry |
A type-specific
Map.Entry; provides some additional
methods that use polymorphism to avoid (un)boxing. |
| Int2IntMap.FastEntrySet |
An entry set providing fast iteration.
|
| Int2ObjectFunction<V> |
A type-specific
Function; provides some additional methods that use
polymorphism to avoid (un)boxing. |
| Int2ObjectMap<V> |
A type-specific
Map; provides some additional methods that use
polymorphism to avoid (un)boxing, and handling of a default return value. |
| Int2ObjectMap.Entry<V> |
A type-specific
Map.Entry; provides some additional
methods that use polymorphism to avoid (un)boxing. |
| Int2ObjectMap.FastEntrySet<V> |
An entry set providing fast iteration.
|
| IntBidirectionalIterator |
A type-specific bidirectional iterator; provides an additional method to
avoid (un)boxing, and the possibility to skip elements backwards.
|
| IntCollection |
A type-specific
Collection; provides some additional methods that use
polymorphism to avoid (un)boxing. |
| IntComparator |
A type-specific
Comparator; provides methods to compare two primitive
types both as objects and as primitive types. |
| IntIterable |
A type-specific
Iterable that strengthens that specification of
Iterable.iterator(). |
| IntIterator |
A type-specific
Iterator; provides an additional method to avoid
(un)boxing, and the possibility to skip elements. |
| IntList |
A type-specific
List; provides some additional methods that use
polymorphism to avoid (un)boxing. |
| IntListIterator |
A type-specific bidirectional iterator that is also a
ListIterator. |
| IntSet |
A type-specific
Set; provides some additional methods that use
polymorphism to avoid (un)boxing. |
| IntStack |
A type-specific
Stack; provides some additional methods that use
polymorphism to avoid (un)boxing. |
| Class | Description |
|---|---|
| AbstractInt2BooleanFunction |
An abstract class providing basic methods for functions implementing a
type-specific interface.
|
| AbstractInt2BooleanMap |
An abstract class providing basic methods for maps implementing a
type-specific interface.
|
| AbstractInt2BooleanMap.BasicEntry |
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).
|
| AbstractInt2IntFunction |
An abstract class providing basic methods for functions implementing a
type-specific interface.
|
| AbstractInt2IntMap |
An abstract class providing basic methods for maps implementing a
type-specific interface.
|
| AbstractInt2IntMap.BasicEntry |
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).
|
| AbstractInt2ObjectFunction<V> |
An abstract class providing basic methods for functions implementing a
type-specific interface.
|
| AbstractInt2ObjectMap<V> |
An abstract class providing basic methods for maps implementing a
type-specific interface.
|
| AbstractInt2ObjectMap.BasicEntry<V> |
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).
|
| AbstractIntBidirectionalIterator |
An abstract class facilitating the creation of type-specific
bidirectional
iterators.
|
| AbstractIntCollection |
An abstract class providing basic methods for collections implementing a
type-specific interface.
|
| AbstractIntIterator |
An abstract class facilitating the creation of type-specific iterators.
|
| AbstractIntList |
An abstract class providing basic methods for lists implementing a
type-specific list interface.
|
| AbstractIntList.IntSubList | |
| AbstractIntListIterator |
An abstract class facilitating the creation of type-specific
list iterators.
|
| AbstractIntSet |
An abstract class providing basic methods for sets implementing a
type-specific interface.
|
| Int2BooleanArrayMap |
A simple, brute-force implementation of a map based on two parallel backing
arrays.
|
| Int2IntOpenHashMap |
A type-specific hash map with a fast, small-footprint implementation.
|
| Int2ObjectOpenHashMap<V> |
A type-specific hash map with a fast, small-footprint implementation.
|
| IntArrayList |
A type-specific array-based list; provides some additional methods that use
polymorphism to avoid (un)boxing.
|
| IntArrays |
A class providing static methods and objects that do useful things with
type-specific arrays.
|
| IntArrays.ForkJoinQuickSort | |
| IntArrays.ForkJoinQuickSort2 | |
| IntArrays.ForkJoinQuickSortComp | |
| IntArrays.ForkJoinQuickSortIndirect | |
| IntArrays.Segment | |
| IntArraySet |
A simple, brute-force implementation of a set based on a backing array.
|
| IntIterators |
A class providing static methods and objects that do useful things with
type-specific iterators.
|
| IntIterators.ByteIteratorWrapper |
A wrapper promoting the results of a ByteIterator.
|
| IntIterators.EmptyIterator |
A class returning no elements and a type-specific iterator interface.
|
| IntIterators.ShortIteratorWrapper |
A wrapper promoting the results of a ShortIterator.
|
| IntIterators.UnmodifiableBidirectionalIterator |
An unmodifiable wrapper class for bidirectional iterators.
|
| IntIterators.UnmodifiableIterator |
An unmodifiable wrapper class for iterators.
|
| IntIterators.UnmodifiableListIterator |
An unmodifiable wrapper class for list iterators.
|