public interface HasCompare<T> extends Comparator<T>
Comparator since it
has a compare(Object, Object) method.| Modifier and Type | Method and Description |
|---|---|
int |
compare(T first,
T second) |
comparing, comparing, comparingDouble, comparingInt, comparingLong, equals, naturalOrder, nullsFirst, nullsLast, reversed, reverseOrder, thenComparing, thenComparing, thenComparing, thenComparingDouble, thenComparingInt, thenComparingLongint compare(T first, T second)
compare in interface Comparator<T>Copyright © 2019 Speedment, Inc.. All rights reserved.