| Interface | Description |
|---|---|
| Long2BooleanFunction |
A type-specific
Function; provides some additional methods that use polymorphism to avoid (un)boxing. |
| Long2ByteFunction |
A type-specific
Function; provides some additional methods that use polymorphism to avoid (un)boxing. |
| Long2CharFunction |
A type-specific
Function; provides some additional methods that use polymorphism to avoid (un)boxing. |
| Long2DoubleFunction |
A type-specific
Function; provides some additional methods that use polymorphism to avoid (un)boxing. |
| Long2FloatFunction |
A type-specific
Function; provides some additional methods that use polymorphism to avoid (un)boxing. |
| Long2IntFunction |
A type-specific
Function; provides some additional methods that use polymorphism to avoid (un)boxing. |
| Long2LongFunction |
A type-specific
Function; provides some additional methods that use polymorphism to avoid (un)boxing. |
| Long2ObjectFunction<V> |
A type-specific
Function; provides some additional methods that use polymorphism to avoid (un)boxing. |
| Long2ReferenceFunction<V> |
A type-specific
Function; provides some additional methods that use polymorphism to avoid (un)boxing. |
| Long2ShortFunction |
A type-specific
Function; provides some additional methods that use polymorphism to avoid (un)boxing. |
| LongComparator |
A type-specific
Comparator; provides methods to compare two primitive types both as objects
and as primitive types. |
| LongConsumer |
A type-specific
Consumer; provides methods to consume a primitive type both as object
and as primitive. |
| LongIterator |
A type-specific
Iterator; provides an additional method to avoid (un)boxing, and
the possibility to skip elements. |
| LongSpliterator |
A type-specific
Spliterator; provides an additional methods to avoid (un)boxing, and
the possibility to skip elements. |
| Class | Description |
|---|---|
| LongArrays |
A class providing static methods and objects that do useful things with type-specific arrays.
|
| LongArrays.ForkJoinQuickSort | |
| LongArrays.ForkJoinQuickSort2 | |
| LongArrays.ForkJoinQuickSortComp | |
| LongArrays.ForkJoinQuickSortIndirect | |
| LongArrays.Segment | |
| LongBigArrays |
A class providing static methods and objects that do useful things with big arrays.
|
| LongBigArrays.ForkJoinQuickSort | |
| LongBigArrays.ForkJoinQuickSortComp | |
| LongComparators |
A class providing static methods and objects that do useful things with comparators.
|
| LongComparators.NaturalImplicitComparator |
A type-specific comparator mimicking the natural order.
|
| LongComparators.OppositeComparator | |
| LongComparators.OppositeImplicitComparator |
A type-specific comparator mimicking the opposite of the natural order.
|