public class Point extends Object
Point(int x, int y)
boolean
equals(Object obj)
int
getX()
getY()
hashCode()
String
toString()
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
public Point(int x, int y)
public int getX()
public int getY()
public int hashCode()
hashCode
Object
public boolean equals(Object obj)
equals
public String toString()
toString
Copyright © 2015. All Rights Reserved.