class SpeedComparator extends Object implements Comparator<PeerProfile>, Serializable
| Constructor and Description |
|---|
SpeedComparator() |
| Modifier and Type | Method and Description |
|---|---|
int |
compare(PeerProfile left,
PeerProfile right) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcomparing, comparing, comparingDouble, comparingInt, comparingLong, equals, naturalOrder, nullsFirst, nullsLast, reversed, reverseOrder, thenComparing, thenComparing, thenComparing, thenComparingDouble, thenComparingInt, thenComparingLongpublic int compare(PeerProfile left, PeerProfile right)
compare in interface Comparator<PeerProfile>