| Interface | Description |
|---|---|
| Int2BooleanFunction |
A type-specific
Function; provides some additional methods that use polymorphism to avoid (un)boxing. |
| Int2ByteFunction |
A type-specific
Function; provides some additional methods that use polymorphism to avoid (un)boxing. |
| Int2CharFunction |
A type-specific
Function; provides some additional methods that use polymorphism to avoid (un)boxing. |
| Int2DoubleFunction |
A type-specific
Function; provides some additional methods that use polymorphism to avoid (un)boxing. |
| Int2FloatFunction |
A type-specific
Function; provides some additional methods that use polymorphism to avoid (un)boxing. |
| Int2IntFunction |
A type-specific
Function; provides some additional methods that use polymorphism to avoid (un)boxing. |
| Int2LongFunction |
A type-specific
Function; provides some additional methods that use polymorphism to avoid (un)boxing. |
| Int2ObjectFunction<V> |
A type-specific
Function; provides some additional methods that use polymorphism to avoid (un)boxing. |
| Int2ReferenceFunction<V> |
A type-specific
Function; provides some additional methods that use polymorphism to avoid (un)boxing. |
| Int2ShortFunction |
A type-specific
Function; 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. |
| IntConsumer |
A type-specific
Consumer; provides methods to consume a primitive type both as object
and as primitive. |
| IntIterator |
A type-specific
Iterator; provides an additional method to avoid (un)boxing, and
the possibility to skip elements. |
| IntSpliterator |
A type-specific
Spliterator; provides an additional methods to avoid (un)boxing, and
the possibility to skip elements. |
| IntStack |
A type-specific
Stack; provides some additional methods that use polymorphism to avoid (un)boxing. |
| Class | Description |
|---|---|
| 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 | |
| IntBigArrays |
A class providing static methods and objects that do useful things with big arrays.
|
| IntBigArrays.ForkJoinQuickSort | |
| IntBigArrays.ForkJoinQuickSortComp | |
| IntComparators |
A class providing static methods and objects that do useful things with comparators.
|
| IntComparators.NaturalImplicitComparator |
A type-specific comparator mimicking the natural order.
|
| IntComparators.OppositeComparator | |
| IntComparators.OppositeImplicitComparator |
A type-specific comparator mimicking the opposite of the natural order.
|