| Interface | Description |
|---|---|
| CharComparator |
Type-Specific Class for Comparator to reduce (un)boxing
|
| CharConsumer |
Type-Specific Consumer interface that reduces (un)boxing and allows to merge other consumer types into this interface
|
| CharSupplier |
Type-Specific Supplier interface that reduces (un)boxing and allows to merge other consumer types into this interface
|
| CharTask |
A Type Specific Task interface that allows you to keep track of the task that is currently running.
|
| Class | Description |
|---|---|
| CharComparator.Reversed |
A Type Specific Reversed Comparator to reduce boxing/unboxing
|