Comparable <T>
Hierarchy
- Equal<T>
- ComparableInterface<T>
- Comparable
Index
Comparator
inherited!=
"Not equal to" operator
<
"Less than" operator
<=
"Less than or equal to" operator
inherited==
"Equal to" operator
>
"Greater than" operator
>=
"Greater than or equal to" operator
clamp
Clamp value between minValue and maxValue
inheritedcompare
Return an Ordering that represents comparison result
inheritedequals
Alias to '=='
max
"maximum" operator
min
"minimum" operator
Module interface for values that have total order