Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

com.port80.util.attr
Class AttrRegistry  view AttrRegistry download AttrRegistry.java

java.lang.Object
  extended byjava.util.AbstractMap
      extended byjava.util.HashMap
          extended bycom.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 Class Summary
 
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
 
Field Summary
 
Fields inherited from class java.util.HashMap
 
Fields inherited from class java.util.AbstractMap
 
Constructor Summary
AttrRegistry()
           
 
Method Summary
 IAttrFactory get(java.lang.String name)
           
 
Methods inherited from class java.util.HashMap
clear, clone, containsKey, containsValue, entrySet, get, isEmpty, keySet, put, putAll, remove, size, values
 
Methods inherited from class java.util.AbstractMap
equals, hashCode, toString
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface java.util.Map
clear, containsKey, containsValue, entrySet, equals, get, hashCode, isEmpty, keySet, put, putAll, remove, size, values
 

Constructor Detail

AttrRegistry

public AttrRegistry()
Method Detail

get

public IAttrFactory get(java.lang.String name)
Specified by:
get in interface IAttrRegistry