org.picocontainer
Class Characteristics.ImmutableProperties
java.lang.Object
java.util.Dictionary<K,V>
java.util.Hashtable<Object,Object>
java.util.Properties
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
| 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 |
Characteristics.ImmutableProperties
public Characteristics.ImmutableProperties(String name,
String value)
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.