|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
java.lang.Objectorg.sql.item.AbstractItems
public class AbstractItems
複数アイテム管理を提供する為の基本クラス.
コンストラクタの概要 | |
---|---|
AbstractItems()
|
メソッドの概要 | |
---|---|
Item |
get(int index)
指定されたインデックスに対応するキー名を取得する |
java.util.Map |
getMap()
アイテムのマップを取得する |
boolean |
isEmpty()
アイテムが設定されているか確認する |
void |
put(Item item)
アイテムを設定する |
void |
putAll(Items items)
アイテムを設定する |
int |
size()
アイテム数を取得する |
クラス java.lang.Object から継承されたメソッド |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
コンストラクタの詳細 |
---|
public AbstractItems()
メソッドの詳細 |
---|
public void put(Item item)
Items
内の put
item
- アイテムpublic void putAll(Items items)
Items
内の putAll
items
- アイテムpublic Item get(int index)
Items
内の get
index
- インデックス
public java.util.Map getMap()
Items
内の getMap
public int size()
Items
内の size
public boolean isEmpty()
Items
内の isEmpty
|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |