Package 

Class EntryXComparator

  • 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

      Modifier and Type Method Description
      int compare(Entry entry1, Entry entry2)
      • 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