-
- All Implemented Interfaces:
-
java.util.Comparator
public class EntryXComparator implements Comparator<Entry>
Comparator for comparing Entry-objects by their x-value. Created by philipp on 17/06/15.
-
-
Method Summary
-
Methods inherited from class java.util.Comparator
compare, comparing, comparingDouble, comparingInt, comparingLong, naturalOrder, nullsFirst, nullsLast, reverseOrder, reversed, thenComparing, thenComparingDouble, thenComparingInt, thenComparingLong -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-