public class AttrSetCollection extends java.util.Hashtable<java.lang.String,IAttrSet>
| Constructor and Description |
|---|
AttrSetCollection()
Constructs a collection.
|
| Modifier and Type | Method and Description |
|---|---|
IAttrSet |
getAttrSet(java.lang.String name)
Retrieves a attribute set from this collection.
|
void |
putAttrSet(java.lang.String name,
IAttrSet set)
Sets attribute set in this collection.
|
clear, clone, compute, computeIfAbsent, computeIfPresent, contains, containsKey, containsValue, elements, entrySet, equals, forEach, get, getOrDefault, hashCode, isEmpty, keys, keySet, merge, put, putAll, putIfAbsent, rehash, remove, remove, replace, replace, replaceAll, size, toString, valuespublic IAttrSet getAttrSet(java.lang.String name)
name - name of the attribute setpublic void putAttrSet(java.lang.String name,
IAttrSet set)
name - set of the attribute setset - attribute set