| Interface | Description |
|---|---|
| Boolean2BooleanFunction |
A type-specific
Function; provides some additional methods that use polymorphism to avoid (un)boxing. |
| Boolean2ByteFunction |
A type-specific
Function; provides some additional methods that use polymorphism to avoid (un)boxing. |
| Boolean2CharFunction |
A type-specific
Function; provides some additional methods that use polymorphism to avoid (un)boxing. |
| Boolean2DoubleFunction |
A type-specific
Function; provides some additional methods that use polymorphism to avoid (un)boxing. |
| Boolean2FloatFunction |
A type-specific
Function; provides some additional methods that use polymorphism to avoid (un)boxing. |
| Boolean2IntFunction |
A type-specific
Function; provides some additional methods that use polymorphism to avoid (un)boxing. |
| Boolean2LongFunction |
A type-specific
Function; provides some additional methods that use polymorphism to avoid (un)boxing. |
| Boolean2ObjectFunction<V> |
A type-specific
Function; provides some additional methods that use polymorphism to avoid (un)boxing. |
| Boolean2ReferenceFunction<V> |
A type-specific
Function; provides some additional methods that use polymorphism to avoid (un)boxing. |
| Boolean2ShortFunction |
A type-specific
Function; provides some additional methods that use polymorphism to avoid (un)boxing. |
| BooleanComparator |
A type-specific
Comparator; provides methods to compare two primitive types both as objects
and as primitive types. |
| BooleanConsumer |
A type-specific
Consumer; provides methods to consume a primitive type both as object
and as primitive. |
| BooleanIterator |
A type-specific
Iterator; provides an additional method to avoid (un)boxing, and
the possibility to skip elements. |
| BooleanSpliterator |
A type-specific
Spliterator; provides an additional methods to avoid (un)boxing, and
the possibility to skip elements. |
| Class | Description |
|---|---|
| BooleanArrays |
A class providing static methods and objects that do useful things with type-specific arrays.
|
| BooleanArrays.ForkJoinQuickSort | |
| BooleanArrays.ForkJoinQuickSort2 | |
| BooleanArrays.ForkJoinQuickSortComp | |
| BooleanArrays.ForkJoinQuickSortIndirect | |
| BooleanBigArrays |
A class providing static methods and objects that do useful things with big arrays.
|
| BooleanBigArrays.ForkJoinQuickSort | |
| BooleanBigArrays.ForkJoinQuickSortComp | |
| BooleanComparators |
A class providing static methods and objects that do useful things with comparators.
|
| BooleanComparators.NaturalImplicitComparator |
A type-specific comparator mimicking the natural order.
|
| BooleanComparators.OppositeComparator | |
| BooleanComparators.OppositeImplicitComparator |
A type-specific comparator mimicking the opposite of the natural order.
|