|
|||||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | ||||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | ||||||||||
java.lang.Objectorg.boxed_economy.besp.model.fmfw.behaviorimpl.IndexStack
| コンストラクタの概要 | |
protected |
IndexStack()
Constructor for IndexStack. |
protected |
IndexStack(int[] indices)
Constructor for IndexStack. |
| メソッドの概要 | |
int[] |
getIndices()
int[]のインターフェイス |
boolean |
isEmpty()
空かどうかを返します |
int |
pop()
一番上のオブジェクトを取り出します |
void |
push(int index)
一番上のオブジェクトを取り出します |
void |
setIndices(int[] indices)
|
| クラス java.lang.Object から継承したメソッド |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| コンストラクタの詳細 |
protected IndexStack()
protected IndexStack(int[] indices)
| メソッドの詳細 |
public int pop()
public void push(int index)
public boolean isEmpty()
public int[] getIndices()
public void setIndices(int[] indices)
|
|||||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | ||||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | ||||||||||