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