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