model
クラス Cell
java.lang.Object
model.Cell
public class Cell
- extends java.lang.Object
コンストラクタの概要 |
Cell(int number)
|
クラス java.lang.Object から継承されたメソッド |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MASU
public static final int MASU
- 関連項目:
- 定数フィールド値
KABE
public static final int KABE
- 関連項目:
- 定数フィールド値
HIDARI
public static final int HIDARI
- 関連項目:
- 定数フィールド値
YOKO
public static final int YOKO
- 関連項目:
- 定数フィールド値
MIGI
public static final int MIGI
- 関連項目:
- 定数フィールド値
UE
public static final int UE
- 関連項目:
- 定数フィールド値
TATE
public static final int TATE
- 関連項目:
- 定数フィールド値
SHITA
public static final int SHITA
- 関連項目:
- 定数フィールド値
SHIMA
public static final int SHIMA
- 関連項目:
- 定数フィールド値
KARA
public static final int KARA
- 関連項目:
- 定数フィールド値
ZERO
public static final int ZERO
- 関連項目:
- 定数フィールド値
BATSU
public static final int BATSU
- 関連項目:
- 定数フィールド値
Cell
public Cell(int number)
setNumber
public void setNumber(int bernumber)
multiply
public Cell multiply(int value)
remainder
public Cell remainder(int value)
subtract
public Cell subtract(int value)
getNumber
public int getNumber()
byteValue
public byte byteValue()
compareTo
public int compareTo(int value)
isNumber
public boolean isNumber()