|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object net.sourceforge.domian.test.benchmark.ChessPiecePlacing
class ChessPiecePlacing
Immutable chess piece placing value class.
Field Summary | |
---|---|
private int |
x
|
private int |
y
|
Constructor Summary | |
---|---|
ChessPiecePlacing(int z)
|
|
ChessPiecePlacing(int x,
int y)
|
Method Summary | |
---|---|
int |
getX()
|
int |
getY()
|
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
private int x
private int y
Constructor Detail |
---|
ChessPiecePlacing(int x, int y)
ChessPiecePlacing(int z)
Method Detail |
---|
public int getX()
public int getY()
public java.lang.String toString()
toString
in class java.lang.Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |