|
GeneThello Home | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.sf.genethello.applet.gametheory.Move
public class Move
A move of game represented by an index on the board.
| Field Summary | |
|---|---|
int |
index
|
| Constructor Summary | |
|---|---|
Move(int i)
Creates a new instance of Move |
|
| Method Summary | |
|---|---|
boolean |
equals(java.lang.Object obj)
Compares equality of two moves. |
int |
hashCode()
Creates hash code of a move. |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public int index
| Constructor Detail |
|---|
public Move(int i)
| Method Detail |
|---|
public final boolean equals(java.lang.Object obj)
equals in class java.lang.Objectobj - another move
public final int hashCode()
hashCode in class java.lang.Object
|
GeneThello Home | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||