|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
java.lang.Objectkinugasa.object.Model
kinugasa.util.ArrayIndexModel
public abstract class ArrayIndexModel
Kinugasa : ArrayIndexModel : 配列のインデックスの遷移順序を定義します.
フィールドの概要 | |
---|---|
private static long |
serialVersionUID
|
コンストラクタの概要 | |
---|---|
ArrayIndexModel()
|
メソッドの概要 | |
---|---|
ArrayIndexModel |
clone()
このモデルのクローンを返します. |
abstract int |
getIndex()
現在のインデックスを返します. |
abstract int |
index(int arrayLength)
特定のアルゴリズムにしたがって、配列のインデックスを返します. |
クラス kinugasa.object.Model から継承されたメソッド |
---|
clone |
クラス java.lang.Object から継承されたメソッド |
---|
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
フィールドの詳細 |
---|
private static final long serialVersionUID
コンストラクタの詳細 |
---|
public ArrayIndexModel()
メソッドの詳細 |
---|
public abstract int index(int arrayLength)
arrayLength
- 配列の長さ(length)を送信します。public abstract int getIndex()
public ArrayIndexModel clone()
Model
の記述:
Model
内の clone
|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |