|
||||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||
public interface PersistenceArray
永続化可能な配列
| メソッドの概要 | |
|---|---|
void |
addElement(Persistentable element)
この配列に要素を追加する。 |
Persistentable |
getElement(int index)
配列の要素を読み出す。 |
java.util.List<Persistentable> |
getElements()
配列の要素をすべて読み出す。 |
Persistentable |
newElement()
この配列に格納可能な配列の要素を表す、新しいPersistentableオブジェクトを返す。 |
int |
size()
この配列の長さを返す。 |
| インタフェース jp.carabiner.inkpod.pi.shape.persistence.Persistentable から継承されたメソッド |
|---|
flush, isArray, isEmpty, isObject |
| メソッドの詳細 |
|---|
Persistentable getElement(int index)
index - 配列のインデックス
java.util.List<Persistentable> getElements()
Persistentable newElement()
void addElement(Persistentable element)
element - 追加する要素int size()
|
||||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||