org.picocontainer
Class Characteristics.ImmutableProperties

java.lang.Object
  extended by java.util.Dictionary<K,V>
      extended by java.util.Hashtable<Object,Object>
          extended by java.util.Properties
              extended by org.picocontainer.Characteristics.ImmutableProperties
All Implemented Interfaces:
Serializable, Cloneable, Map<Object,Object>
Enclosing class:
Characteristics

public static class Characteristics.ImmutableProperties
extends Properties

See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.util.Properties
defaults
 
Constructor Summary
Characteristics.ImmutableProperties(String name, String value)
           
 
Method Summary
 Object remove(Object o)
           
 Object setProperty(String string, String string1)
           
 
Methods inherited from class java.util.Properties
getProperty, getProperty, list, list, load, loadFromXML, propertyNames, save, store, storeToXML, storeToXML
 
Methods inherited from class java.util.Hashtable
clear, clone, contains, containsKey, containsValue, elements, entrySet, equals, get, hashCode, isEmpty, keys, keySet, put, putAll, rehash, size, toString, values
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Characteristics.ImmutableProperties

public Characteristics.ImmutableProperties(String name,
                                           String value)
Method Detail

remove

public Object remove(Object o)
Specified by:
remove in interface Map<Object,Object>
Overrides:
remove in class Hashtable<Object,Object>

setProperty

public Object setProperty(String string,
                          String string1)
Overrides:
setProperty in class Properties


Copyright © 2003-2007 Codehaus. All Rights Reserved.