| Interface | Description |
|---|---|
| Byte2BooleanFunction |
A type-specific
Function; provides some additional methods that use polymorphism to avoid (un)boxing. |
| Byte2ByteFunction |
A type-specific
Function; provides some additional methods that use polymorphism to avoid (un)boxing. |
| Byte2CharFunction |
A type-specific
Function; provides some additional methods that use polymorphism to avoid (un)boxing. |
| Byte2DoubleFunction |
A type-specific
Function; provides some additional methods that use polymorphism to avoid (un)boxing. |
| Byte2FloatFunction |
A type-specific
Function; provides some additional methods that use polymorphism to avoid (un)boxing. |
| Byte2IntFunction |
A type-specific
Function; provides some additional methods that use polymorphism to avoid (un)boxing. |
| Byte2LongFunction |
A type-specific
Function; provides some additional methods that use polymorphism to avoid (un)boxing. |
| Byte2ObjectFunction<V> |
A type-specific
Function; provides some additional methods that use polymorphism to avoid (un)boxing. |
| Byte2ReferenceFunction<V> |
A type-specific
Function; provides some additional methods that use polymorphism to avoid (un)boxing. |
| Byte2ShortFunction |
A type-specific
Function; provides some additional methods that use polymorphism to avoid (un)boxing. |
| ByteComparator |
A type-specific
Comparator; provides methods to compare two primitive types both as objects
and as primitive types. |
| ByteConsumer |
A type-specific
Consumer; provides methods to consume a primitive type both as object
and as primitive. |
| ByteIterator |
A type-specific
Iterator; provides an additional method to avoid (un)boxing, and
the possibility to skip elements. |
| ByteSpliterator |
A type-specific
Spliterator; provides an additional methods to avoid (un)boxing, and
the possibility to skip elements. |
| Class | Description |
|---|---|
| ByteArrays |
A class providing static methods and objects that do useful things with type-specific arrays.
|
| ByteArrays.ForkJoinQuickSort | |
| ByteArrays.ForkJoinQuickSort2 | |
| ByteArrays.ForkJoinQuickSortComp | |
| ByteArrays.ForkJoinQuickSortIndirect | |
| ByteArrays.Segment | |
| ByteBigArrays |
A class providing static methods and objects that do useful things with big arrays.
|
| ByteBigArrays.ForkJoinQuickSort | |
| ByteBigArrays.ForkJoinQuickSortComp | |
| ByteComparators |
A class providing static methods and objects that do useful things with comparators.
|
| ByteComparators.NaturalImplicitComparator |
A type-specific comparator mimicking the natural order.
|
| ByteComparators.OppositeComparator | |
| ByteComparators.OppositeImplicitComparator |
A type-specific comparator mimicking the opposite of the natural order.
|