-
Interface Summary
| Interface |
Description |
| BooleanComparator<T> |
BooleanComparator is a primitive Comparator that takes two arguments of type boolean and
otherwise follows the contract of java.util.Comparator.
|
| ByteComparator<T> |
ByteComparator is a primitive Comparator that takes two arguments of type byte and
otherwise follows the contract of java.util.Comparator.
|
| CharComparator<T> |
CharComparator is a primitive Comparator that takes two arguments of type char and
otherwise follows the contract of java.util.Comparator.
|
| DoubleComparator<T> |
DoubleComparator is a primitive Comparator that takes two arguments of type double and
otherwise follows the contract of java.util.Comparator.
|
| FloatComparator<T> |
FloatComparator is a primitive Comparator that takes two arguments of type float and
otherwise follows the contract of java.util.Comparator.
|
| IntComparator<T> |
IntComparator is a primitive Comparator that takes two arguments of type int and
otherwise follows the contract of java.util.Comparator.
|
| LongComparator<T> |
LongComparator is a primitive Comparator that takes two arguments of type long and
otherwise follows the contract of java.util.Comparator.
|
| ShortComparator<T> |
ShortComparator is a primitive Comparator that takes two arguments of type short and
otherwise follows the contract of java.util.Comparator.
|