|
|||||||||
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.Position
public final class Position
A pair where both x and y are greater than 0
Field Summary |
---|
Fields inherited from class edu.jhu.tmaj.util.data.Pair |
---|
x, y |
Constructor Summary | |
---|---|
Position(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 Position(int x, int y)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |