@Deprecated public interface G9Comparator extends Comparator
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o1,
Object o2)
Deprecated.
Checks if object o1 is equal o2.
|
compare, comparing, comparing, comparingDouble, comparingInt, comparingLong, equals, naturalOrder, nullsFirst, nullsLast, reversed, reverseOrder, thenComparing, thenComparing, thenComparing, thenComparingDouble, thenComparingInt, thenComparingLongboolean equals(Object o1, Object o2)
o1 - the first objecto2 - the second objecttrue if o1 and o2 are considered equal.Copyright © 2006–2017 Esito AS. All rights reserved.