|
||||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||
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 内の putitem - アイテムpublic void putAll(Items items)
Items 内の putAllitems - アイテムpublic Item get(int index)
Items 内の getindex - インデックス
public java.util.Map getMap()
Items 内の getMappublic int size()
Items 内の sizepublic boolean isEmpty()
Items 内の isEmpty
|
||||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||