public class Point extends Object
int
x
y
static Point
atPoint(int x, int y)
Point
boolean
equals(Object obj)
hashCode()
String
toString()
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
public final int x
public final int y
public static Point atPoint(int x, int y)
public boolean equals(Object obj)
equals
Object
public int hashCode()
hashCode
public String toString()
toString
Copyright © 2014 AssertJ. All rights reserved.