public class XY extends Object implements Comparable<XY>
XY(double x, double y)
int
compareTo(XY other)
double
getX()
getY()
String
toString()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
public XY(double x, double y)
x
y
public final double getX()
public final double getY()
public final int compareTo(XY other)
compareTo
Comparable<XY>
public final String toString()
toString
Object
Copyright © 2017. All rights reserved.