public class Point extends Object implements Serializable
Point(int x, int y)
Point
boolean
equals(Object obj)
int
getX()
getY()
hashCode()
String
toString()
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
public Point(int x, int y)
x
y
public int getX()
public int getY()
public String toString()
toString
Object
public int hashCode()
hashCode
public boolean equals(Object obj)
equals
Copyright 2009-2012 Micro Focus. All Rights Reserved.