public abstract class BaseComparator<T> extends Object implements Comparator<T>
| Constructor and Description |
|---|
BaseComparator() |
| Modifier and Type | Method and Description |
|---|---|
protected Integer |
compareNullObjects(Object object1,
Object object2)
Checks for null objects and returns the proper result depedning on which
object is null
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcompare, comparing, comparing, comparingDouble, comparingInt, comparingLong, equals, naturalOrder, nullsFirst, nullsLast, reversed, reverseOrder, thenComparing, thenComparing, thenComparing, thenComparingDouble, thenComparingInt, thenComparingLongprotected Integer compareNullObjects(Object object1, Object object2)
object1 - object2 - Copyright © 2020 Blazebit. All rights reserved.