public abstract static class CompareUtils.NullSafeComparator<T>
extends java.lang.Object
implements java.util.Comparator<T>
Constructor and Description |
---|
NullSafeComparator() |
NullSafeComparator(boolean nullIsLess) |
Modifier and Type | Method and Description |
---|---|
int |
compare(T o1,
T o2) |
abstract int |
safeCompare(T o1,
T o2) |