| Interface | Description |
|---|---|
| Object2BooleanFunction<K> |
A type-specific
Function; provides some additional methods that use polymorphism to avoid (un)boxing. |
| Object2ByteFunction<K> |
A type-specific
Function; provides some additional methods that use polymorphism to avoid (un)boxing. |
| Object2CharFunction<K> |
A type-specific
Function; provides some additional methods that use polymorphism to avoid (un)boxing. |
| Object2DoubleFunction<K> |
A type-specific
Function; provides some additional methods that use polymorphism to avoid (un)boxing. |
| Object2FloatFunction<K> |
A type-specific
Function; provides some additional methods that use polymorphism to avoid (un)boxing. |
| Object2IntFunction<K> |
A type-specific
Function; provides some additional methods that use polymorphism to avoid (un)boxing. |
| Object2LongFunction<K> |
A type-specific
Function; provides some additional methods that use polymorphism to avoid (un)boxing. |
| Object2ObjectFunction<K,V> |
A type-specific
Function; provides some additional methods that use polymorphism to avoid (un)boxing. |
| Object2ReferenceFunction<K,V> |
A type-specific
Function; provides some additional methods that use polymorphism to avoid (un)boxing. |
| Object2ShortFunction<K> |
A type-specific
Function; provides some additional methods that use polymorphism to avoid (un)boxing. |
| ObjectBidirectionalIterator<K> |
A type-specific bidirectional iterator; provides an additional method to avoid (un)boxing,
and the possibility to skip elements backwards.
|
| ObjectIterator<K> |
A type-specific
Iterator; provides an additional method to avoid (un)boxing, and
the possibility to skip elements. |
| ObjectSpliterator<K> |
A type-specific
Spliterator; provides an additional methods to avoid (un)boxing, and
the possibility to skip elements. |
| Reference2BooleanFunction<K> |
A type-specific
Function; provides some additional methods that use polymorphism to avoid (un)boxing. |
| Reference2ByteFunction<K> |
A type-specific
Function; provides some additional methods that use polymorphism to avoid (un)boxing. |
| Reference2CharFunction<K> |
A type-specific
Function; provides some additional methods that use polymorphism to avoid (un)boxing. |
| Reference2DoubleFunction<K> |
A type-specific
Function; provides some additional methods that use polymorphism to avoid (un)boxing. |
| Reference2FloatFunction<K> |
A type-specific
Function; provides some additional methods that use polymorphism to avoid (un)boxing. |
| Reference2IntFunction<K> |
A type-specific
Function; provides some additional methods that use polymorphism to avoid (un)boxing. |
| Reference2LongFunction<K> |
A type-specific
Function; provides some additional methods that use polymorphism to avoid (un)boxing. |
| Reference2ObjectFunction<K,V> |
A type-specific
Function; provides some additional methods that use polymorphism to avoid (un)boxing. |
| Reference2ReferenceFunction<K,V> |
A type-specific
Function; provides some additional methods that use polymorphism to avoid (un)boxing. |
| Reference2ShortFunction<K> |
A type-specific
Function; provides some additional methods that use polymorphism to avoid (un)boxing. |
| Class | Description |
|---|---|
| ObjectArrays |
A class providing static methods and objects that do useful things with type-specific arrays.
|
| ObjectArrays.ForkJoinQuickSort<K> | |
| ObjectArrays.ForkJoinQuickSort2<K> | |
| ObjectArrays.ForkJoinQuickSortComp<K> | |
| ObjectArrays.ForkJoinQuickSortIndirect<K> | |
| ObjectBigArrays |
A class providing static methods and objects that do useful things with big arrays.
|
| ObjectBigArrays.ForkJoinQuickSort<K> | |
| ObjectBigArrays.ForkJoinQuickSortComp<K> | |
| ObjectComparators |
A class providing static methods and objects that do useful things with comparators.
|
| ObjectComparators.NaturalImplicitComparator |
A type-specific comparator mimicking the natural order.
|
| ObjectComparators.OppositeComparator<K> | |
| ObjectComparators.OppositeImplicitComparator |
A type-specific comparator mimicking the opposite of the natural order.
|
| ObjectObjectImmutablePair<K,V> |
A type-specific immutable
Pair; provides some additional methods that use polymorphism to avoid (un)boxing. |
| ObjectObjectImmutableSortedPair<K extends java.lang.Comparable<K>> |
A type-specific immutable
SortedPair; provides some additional methods that use polymorphism to avoid (un)boxing. |