Class Comparators.SafeNullsHighComparator<T>
java.lang.Object
org.eclipse.collections.impl.block.factory.Comparators.SafeNullsHighComparator<T>
- All Implemented Interfaces:
Serializable
,Comparator<T>
,SerializableComparator<T>
- Enclosing class:
Comparators
private static final class Comparators.SafeNullsHighComparator<T>
extends Object
implements SerializableComparator<T>
-
Field Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionprivate
SafeNullsHighComparator
(Comparator<T> newNotNullSafeComparator) -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface java.util.Comparator
equals, reversed, thenComparing, thenComparing, thenComparing, thenComparingDouble, thenComparingInt, thenComparingLong
-
Field Details
-
serialVersionUID
private static final long serialVersionUID- See Also:
-
notNullSafeComparator
-
-
Constructor Details
-
SafeNullsHighComparator
-
-
Method Details
-
compare
- Specified by:
compare
in interfaceComparator<T>
-