| Interface | Description |
|---|---|
| Char2BooleanFunction |
A type-specific
Function; provides some additional methods that use polymorphism to avoid (un)boxing. |
| Char2ByteFunction |
A type-specific
Function; provides some additional methods that use polymorphism to avoid (un)boxing. |
| Char2CharFunction |
A type-specific
Function; provides some additional methods that use polymorphism to avoid (un)boxing. |
| Char2DoubleFunction |
A type-specific
Function; provides some additional methods that use polymorphism to avoid (un)boxing. |
| Char2FloatFunction |
A type-specific
Function; provides some additional methods that use polymorphism to avoid (un)boxing. |
| Char2IntFunction |
A type-specific
Function; provides some additional methods that use polymorphism to avoid (un)boxing. |
| Char2LongFunction |
A type-specific
Function; provides some additional methods that use polymorphism to avoid (un)boxing. |
| Char2ObjectFunction<V> |
A type-specific
Function; provides some additional methods that use polymorphism to avoid (un)boxing. |
| Char2ReferenceFunction<V> |
A type-specific
Function; provides some additional methods that use polymorphism to avoid (un)boxing. |
| Char2ShortFunction |
A type-specific
Function; provides some additional methods that use polymorphism to avoid (un)boxing. |
| CharComparator |
A type-specific
Comparator; provides methods to compare two primitive types both as objects
and as primitive types. |
| CharConsumer |
A type-specific
Consumer; provides methods to consume a primitive type both as object
and as primitive. |
| CharIterator |
A type-specific
Iterator; provides an additional method to avoid (un)boxing, and
the possibility to skip elements. |
| CharSpliterator |
A type-specific
Spliterator; provides an additional methods to avoid (un)boxing, and
the possibility to skip elements. |
| Class | Description |
|---|---|
| CharArrays |
A class providing static methods and objects that do useful things with type-specific arrays.
|
| CharArrays.ForkJoinQuickSort | |
| CharArrays.ForkJoinQuickSort2 | |
| CharArrays.ForkJoinQuickSortComp | |
| CharArrays.ForkJoinQuickSortIndirect | |
| CharArrays.Segment | |
| CharBigArrays |
A class providing static methods and objects that do useful things with big arrays.
|
| CharBigArrays.ForkJoinQuickSort | |
| CharBigArrays.ForkJoinQuickSortComp | |
| CharComparators |
A class providing static methods and objects that do useful things with comparators.
|
| CharComparators.NaturalImplicitComparator |
A type-specific comparator mimicking the natural order.
|
| CharComparators.OppositeComparator | |
| CharComparators.OppositeImplicitComparator |
A type-specific comparator mimicking the opposite of the natural order.
|