public class Point extends Object
Point(Double x, Double y)
boolean
equals(Object obj)
Double
getX()
getY()
int
hashCode()
void
setX(Double x)
setY(Double y)
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
public Point(Double x, Double y)
x
y
public Double getX()
public void setX(Double x)
public Double getY()
public void setY(Double y)
public int hashCode()
hashCode
Object
public boolean equals(Object obj)
equals
Copyright © 2001–2019 JBoss by Red Hat. All rights reserved.