| Interface | Description |
|---|---|
| Float2BooleanFunction |
A type-specific
Function; provides some additional methods that use polymorphism to avoid (un)boxing. |
| Float2ByteFunction |
A type-specific
Function; provides some additional methods that use polymorphism to avoid (un)boxing. |
| Float2CharFunction |
A type-specific
Function; provides some additional methods that use polymorphism to avoid (un)boxing. |
| Float2DoubleFunction |
A type-specific
Function; provides some additional methods that use polymorphism to avoid (un)boxing. |
| Float2FloatFunction |
A type-specific
Function; provides some additional methods that use polymorphism to avoid (un)boxing. |
| Float2IntFunction |
A type-specific
Function; provides some additional methods that use polymorphism to avoid (un)boxing. |
| Float2LongFunction |
A type-specific
Function; provides some additional methods that use polymorphism to avoid (un)boxing. |
| Float2ObjectFunction<V> |
A type-specific
Function; provides some additional methods that use polymorphism to avoid (un)boxing. |
| Float2ReferenceFunction<V> |
A type-specific
Function; provides some additional methods that use polymorphism to avoid (un)boxing. |
| Float2ShortFunction |
A type-specific
Function; provides some additional methods that use polymorphism to avoid (un)boxing. |
| FloatComparator |
A type-specific
Comparator; provides methods to compare two primitive types both as objects
and as primitive types. |
| FloatConsumer |
A type-specific
Consumer; provides methods to consume a primitive type both as object
and as primitive. |
| FloatIterator |
A type-specific
Iterator; provides an additional method to avoid (un)boxing, and
the possibility to skip elements. |
| FloatSpliterator |
A type-specific
Spliterator; provides an additional methods to avoid (un)boxing, and
the possibility to skip elements. |
| Class | Description |
|---|---|
| FloatArrays |
A class providing static methods and objects that do useful things with type-specific arrays.
|
| FloatArrays.ForkJoinQuickSort | |
| FloatArrays.ForkJoinQuickSort2 | |
| FloatArrays.ForkJoinQuickSortComp | |
| FloatArrays.ForkJoinQuickSortIndirect | |
| FloatArrays.Segment | |
| FloatBigArrays |
A class providing static methods and objects that do useful things with big arrays.
|
| FloatBigArrays.ForkJoinQuickSort | |
| FloatBigArrays.ForkJoinQuickSortComp | |
| FloatComparators |
A class providing static methods and objects that do useful things with comparators.
|
| FloatComparators.NaturalImplicitComparator |
A type-specific comparator mimicking the natural order.
|
| FloatComparators.OppositeComparator | |
| FloatComparators.OppositeImplicitComparator |
A type-specific comparator mimicking the opposite of the natural order.
|