|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--classifier.Pair | +--classifier.Point
Implements a pair of integers
Field Summary | |
int |
x
|
int |
y
|
Fields inherited from class classifier.Pair |
x,
y |
Constructor Summary | |
Point(int r,
int c)
|
Method Summary | |
boolean |
equals(Point other)
|
java.lang.String |
toString()
|
Methods inherited from class classifier.Pair |
equals |
Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
wait,
wait,
wait |
Field Detail |
public int x
public int y
Constructor Detail |
public Point(int r, int c)
Method Detail |
public boolean equals(Point other)
public java.lang.String toString()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |