public class RemoteEventComparator<T> extends Object implements Comparator<RemoteEvent<T>>
Constructor and Description |
---|
RemoteEventComparator() |
Modifier and Type | Method and Description |
---|---|
int |
compare(RemoteEvent<T> o1,
RemoteEvent<T> o2) |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
comparing, comparing, comparingDouble, comparingInt, comparingLong, equals, naturalOrder, nullsFirst, nullsLast, reversed, reverseOrder, thenComparing, thenComparing, thenComparing, thenComparingDouble, thenComparingInt, thenComparingLong
public RemoteEventComparator()
public int compare(RemoteEvent<T> o1, RemoteEvent<T> o2)
compare
in interface Comparator<RemoteEvent<T>>
Copyright © 2016 The Apache Software Foundation. All rights reserved.