SerializableComparator interface to compare primitive double, int and long.See: Description
| Class | Description |
|---|---|
| BooleanFunctionComparator<T> |
A Comparator which takes a BooleanFunction to compare a iterator boolean value retrieved from an object.
|
| ByteFunctionComparator<T> |
A Comparator which takes a ByteFunction to compare a iterator byte value retrieved from an object.
|
| CharFunctionComparator<T> |
A Comparator which takes a CharFunction to compare a iterator char value retrieved from an object.
|
| DoubleFunctionComparator<T> |
A Comparator which takes a DoubleFunction to compare a iterator double value retrieved from an object.
|
| FloatFunctionComparator<T> |
A Comparator which takes a FloatFunction to compare a iterator float value retrieved from an object.
|
| IntFunctionComparator<T> |
A Comparator which takes a IntFunction to compare a iterator int value retrieved from an object.
|
| LongFunctionComparator<T> |
A Comparator which takes a LongFunction to compare a iterator long value retrieved from an object.
|
| ShortFunctionComparator<T> |
A Comparator which takes a ShortFunction to compare a iterator short value retrieved from an object.
|
SerializableComparator interface to compare primitive double, int and long.