|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object edu.jhu.tmaj.util.data.Pair edu.jhu.tmaj.util.data.Coordinate
public final class Coordinate
Represents a position on an Array, where both x and y are greater than zero.
Field Summary |
---|
Fields inherited from class edu.jhu.tmaj.util.data.Pair |
---|
x, y |
Constructor Summary | |
---|---|
Coordinate(int x,
int y)
|
Method Summary |
---|
Methods inherited from class edu.jhu.tmaj.util.data.Pair |
---|
compareTo, equals, getX, getY, hashCode, toString |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public Coordinate(int x, int y)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |