| Package | Description |
|---|---|
| org.springframework.util.comparator |
Useful generic
java.util.Comparator implementations,
such as an invertible comparator and a compound comparator. |
| Modifier and Type | Field and Description |
|---|---|
static BooleanComparator |
BooleanComparator.TRUE_HIGH
A shared default instance of this comparator,
treating
true higher than false. |
static BooleanComparator |
BooleanComparator.TRUE_LOW
A shared default instance of this comparator,
treating
true lower than false. |