| Interface | Description |
|---|---|
| Double2BooleanFunction |
A type-specific
Function; provides some additional methods that use polymorphism to avoid (un)boxing. |
| Double2ByteFunction |
A type-specific
Function; provides some additional methods that use polymorphism to avoid (un)boxing. |
| Double2CharFunction |
A type-specific
Function; provides some additional methods that use polymorphism to avoid (un)boxing. |
| Double2DoubleFunction |
A type-specific
Function; provides some additional methods that use polymorphism to avoid (un)boxing. |
| Double2FloatFunction |
A type-specific
Function; provides some additional methods that use polymorphism to avoid (un)boxing. |
| Double2IntFunction |
A type-specific
Function; provides some additional methods that use polymorphism to avoid (un)boxing. |
| Double2LongFunction |
A type-specific
Function; provides some additional methods that use polymorphism to avoid (un)boxing. |
| Double2ObjectFunction<V> |
A type-specific
Function; provides some additional methods that use polymorphism to avoid (un)boxing. |
| Double2ReferenceFunction<V> |
A type-specific
Function; provides some additional methods that use polymorphism to avoid (un)boxing. |
| Double2ShortFunction |
A type-specific
Function; provides some additional methods that use polymorphism to avoid (un)boxing. |
| DoubleComparator |
A type-specific
Comparator; provides methods to compare two primitive types both as objects
and as primitive types. |
| DoubleConsumer |
A type-specific
Consumer; provides methods to consume a primitive type both as object
and as primitive. |
| DoubleIterator |
A type-specific
Iterator; provides an additional method to avoid (un)boxing, and
the possibility to skip elements. |
| DoubleSpliterator |
A type-specific
Spliterator; provides an additional methods to avoid (un)boxing, and
the possibility to skip elements. |
| Class | Description |
|---|---|
| DoubleArrays |
A class providing static methods and objects that do useful things with type-specific arrays.
|
| DoubleArrays.ForkJoinQuickSort | |
| DoubleArrays.ForkJoinQuickSort2 | |
| DoubleArrays.ForkJoinQuickSortComp | |
| DoubleArrays.ForkJoinQuickSortIndirect | |
| DoubleArrays.Segment | |
| DoubleBigArrays |
A class providing static methods and objects that do useful things with big arrays.
|
| DoubleBigArrays.ForkJoinQuickSort | |
| DoubleBigArrays.ForkJoinQuickSortComp | |
| DoubleComparators |
A class providing static methods and objects that do useful things with comparators.
|
| DoubleComparators.NaturalImplicitComparator |
A type-specific comparator mimicking the natural order.
|
| DoubleComparators.OppositeComparator | |
| DoubleComparators.OppositeImplicitComparator |
A type-specific comparator mimicking the opposite of the natural order.
|