| Interface | Description |
|---|---|
| Short2BooleanFunction |
A type-specific
Function; provides some additional methods that use polymorphism to avoid (un)boxing. |
| Short2ByteFunction |
A type-specific
Function; provides some additional methods that use polymorphism to avoid (un)boxing. |
| Short2CharFunction |
A type-specific
Function; provides some additional methods that use polymorphism to avoid (un)boxing. |
| Short2DoubleFunction |
A type-specific
Function; provides some additional methods that use polymorphism to avoid (un)boxing. |
| Short2FloatFunction |
A type-specific
Function; provides some additional methods that use polymorphism to avoid (un)boxing. |
| Short2IntFunction |
A type-specific
Function; provides some additional methods that use polymorphism to avoid (un)boxing. |
| Short2LongFunction |
A type-specific
Function; provides some additional methods that use polymorphism to avoid (un)boxing. |
| Short2ObjectFunction<V> |
A type-specific
Function; provides some additional methods that use polymorphism to avoid (un)boxing. |
| Short2ReferenceFunction<V> |
A type-specific
Function; provides some additional methods that use polymorphism to avoid (un)boxing. |
| Short2ShortFunction |
A type-specific
Function; provides some additional methods that use polymorphism to avoid (un)boxing. |
| ShortComparator |
A type-specific
Comparator; provides methods to compare two primitive types both as objects
and as primitive types. |
| ShortConsumer |
A type-specific
Consumer; provides methods to consume a primitive type both as object
and as primitive. |
| ShortIterator |
A type-specific
Iterator; provides an additional method to avoid (un)boxing, and
the possibility to skip elements. |
| ShortSpliterator |
A type-specific
Spliterator; provides an additional methods to avoid (un)boxing, and
the possibility to skip elements. |
| Class | Description |
|---|---|
| ShortArrays |
A class providing static methods and objects that do useful things with type-specific arrays.
|
| ShortArrays.ForkJoinQuickSort | |
| ShortArrays.ForkJoinQuickSort2 | |
| ShortArrays.ForkJoinQuickSortComp | |
| ShortArrays.ForkJoinQuickSortIndirect | |
| ShortArrays.Segment | |
| ShortBigArrays |
A class providing static methods and objects that do useful things with big arrays.
|
| ShortBigArrays.ForkJoinQuickSort | |
| ShortBigArrays.ForkJoinQuickSortComp | |
| ShortComparators |
A class providing static methods and objects that do useful things with comparators.
|
| ShortComparators.NaturalImplicitComparator |
A type-specific comparator mimicking the natural order.
|
| ShortComparators.OppositeComparator | |
| ShortComparators.OppositeImplicitComparator |
A type-specific comparator mimicking the opposite of the natural order.
|