|
||||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||
public interface Flag
フラグ管理.
| メソッドの概要 | |
|---|---|
void |
clear()
情報クリア. |
boolean |
getPos(int pos)
指定位置のポジションが空いているか取得. |
int |
maxSize()
現在の最大有効件数を取得. |
void |
removePos(int pos)
指定位置のポジションを空ける. |
void |
setPos(int pos)
指定位置のポジションを利用中に設定. |
int |
size()
現在有効件数を取得. |
int |
useNextPos(int pos)
指定ポジションの次の有効な項番を取得. |
int |
usePos(int pos)
空いているポジション位置を取得. |
int |
usePosBySet(int pos)
空いているポジション位置を予約して取得. |
| メソッドの詳細 |
|---|
void clear()
void setPos(int pos)
throws java.lang.Exception
pos - 対象のポジションを設定します.
java.lang.Exception - 例外.
void removePos(int pos)
throws java.lang.Exception
pos - 対象のポジションを設定します.
java.lang.Exception - 例外.
boolean getPos(int pos)
throws java.lang.Exception
pos - 対象のポジションを設定します.
java.lang.Exception - 例外.
int useNextPos(int pos)
throws java.lang.Exception
pos - 対象のポジションを設定します.
java.lang.Exception - 例外.
int usePos(int pos)
throws java.lang.Exception
pos - 検索開始ポジションを設定します.
java.lang.Exception - 例外.
int usePosBySet(int pos)
throws java.lang.Exception
pos - 検索開始ポジションを設定します.
java.lang.Exception - 例外.int size()
int maxSize()
|
||||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||