public class XMLAttributeStorage extends Storage<XMLAttribute> implements java.io.Serializable
| コンストラクタと説明 | 
|---|
| XMLAttributeStorage()新しいXMLAttributeStorageを作成します. | 
| XMLAttributeStorage(java.util.Collection<XMLAttribute> attributes) | 
| XMLAttributeStorage(int initialSize)容量の初期値を指定して、新しいXMLAttributeStorageを作成します. | 
| 修飾子とタイプ | メソッドと説明 | 
|---|---|
| java.lang.String | toString()全ての属性をスペースで区切って並べた文字列を返します. | 
add, addAll, addAll, asList, clear, contains, contains, containsAll, get, getAll, getIfContains, getProperties, isEmpty, iterator, keySet, printAll, printAll, put, putAll, putAll, remove, remove, removeAll, removeAll, removeAll, sizepublic XMLAttributeStorage()
public XMLAttributeStorage(int initialSize)
initialSize - Strageの初期容量を指定します。public XMLAttributeStorage(java.util.Collection<XMLAttribute> attributes)
public java.lang.String toString()
toString クラス内 Storage<XMLAttribute>