static class HPSEcal3.XY extends Object implements Comparator<HPSEcal3.XY>
Modifier and Type | Field and Description |
---|---|
(package private) int |
x |
(package private) int |
y |
Constructor and Description |
---|
XY(int x,
int y) |
Modifier and Type | Method and Description |
---|---|
int |
compare(HPSEcal3.XY o1,
HPSEcal3.XY o2) |
boolean |
equals(Object o) |
int |
x() |
int |
y() |
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
comparing, comparing, comparingDouble, comparingInt, comparingLong, naturalOrder, nullsFirst, nullsLast, reversed, reverseOrder, thenComparing, thenComparing, thenComparing, thenComparingDouble, thenComparingInt, thenComparingLong
public int x()
public int y()
public boolean equals(Object o)
equals
in interface Comparator<HPSEcal3.XY>
equals
in class Object
public int compare(HPSEcal3.XY o1, HPSEcal3.XY o2)
compare
in interface Comparator<HPSEcal3.XY>
Copyright © 2019. All rights reserved.