static class HPSEcal.XYSide extends Object implements Comparator<HPSEcal.XYSide>
Modifier and Type | Field and Description |
---|---|
(package private) int |
side |
(package private) int |
x |
(package private) int |
y |
Constructor and Description |
---|
XYSide(int x,
int y,
int side) |
Modifier and Type | Method and Description |
---|---|
int |
compare(HPSEcal.XYSide o1,
HPSEcal.XYSide o2) |
boolean |
equals(Object o) |
int |
side() |
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 int side()
public boolean equals(Object o)
equals
in interface Comparator<HPSEcal.XYSide>
equals
in class Object
public int compare(HPSEcal.XYSide o1, HPSEcal.XYSide o2)
compare
in interface Comparator<HPSEcal.XYSide>
Copyright © 2019. All rights reserved.