| 程序包 | 说明 |
|---|---|
| org.springframework.util.comparator |
Useful generic
java.util.Comparator implementations,
such as an invertible comparator and a compound comparator. |
| 限定符和类型 | 字段和说明 |
|---|---|
static NullSafeComparator |
NullSafeComparator.NULLS_HIGH
A shared default instance of this comparator, treating nulls higher
than non-null objects.
|
static NullSafeComparator |
NullSafeComparator.NULLS_LOW
A shared default instance of this comparator, treating nulls lower
than non-null objects.
|