public final class Point extends Object implements Serializable, Cloneable
Point(int x, int y)
Point
clone()
boolean
equals(Object obj)
int
getX()
getY()
hashCode()
String
toString()
finalize, getClass, notify, notifyAll, wait, wait, wait
public Point(int x, int y)
x
y
public Point clone()
clone
Object
public boolean equals(Object obj)
equals
public int getX()
public int getY()
public int hashCode()
hashCode
public String toString()
toString
Copyright © 2019. All rights reserved.