java.lang.Object
java.util.AbstractMap
java.util.HashMap
com.port80.util.attr.AttrRegistry
- All Implemented Interfaces:
- java.lang.Cloneable, IAttrRegistry, java.util.Map, java.io.Serializable
- public class AttrRegistry
- extends java.util.HashMap
- implements IAttrRegistry
Basic attribute registry.
| Nested classes inherited from class java.util.HashMap |
|
| Nested classes inherited from class java.util.AbstractMap |
|
| Nested classes inherited from class java.util.Map |
java.util.Map.Entry |
| Fields inherited from class java.util.HashMap |
|
| Methods inherited from class java.util.HashMap |
clear, clone, containsKey, containsValue, entrySet, get, isEmpty, keySet, put, putAll, remove, size, values |
| Methods inherited from interface java.util.Map |
clear, containsKey, containsValue, entrySet, equals, get, hashCode, isEmpty, keySet, put, putAll, remove, size, values |
AttrRegistry
public AttrRegistry()
get
public IAttrFactory get(java.lang.String name)
- Specified by:
get in interface IAttrRegistry