|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object java.util.Dictionary<K,V> java.util.Hashtable<Object,Object> java.util.Properties org.picocontainer.Characteristics.ImmutableProperties
public static class Characteristics.ImmutableProperties
Read only property set. Once constructed, all methods that modify state will throw UnsupportedOperationException.
Field Summary |
---|
Fields inherited from class java.util.Properties |
---|
defaults |
Constructor Summary | |
---|---|
Characteristics.ImmutableProperties(String name,
String value)
|
Method Summary | |
---|---|
void |
clear()
Read Only Object: will throw UnsupportedOperationException. |
Object |
put(Object key,
Object value)
Once object is constructed, this will throw UnsupportedOperationException because this class is a read only wrapper. |
void |
putAll(Map<? extends Object,? extends Object> t)
Read Only Object: will throw UnsupportedOperationException. |
Object |
remove(Object o)
Read Only Object: will throw UnsupportedOperationException. |
Object |
setProperty(String string,
String string1)
Read Only Object: will throw UnsupportedOperationException. |
Methods inherited from class java.util.Properties |
---|
getProperty, getProperty, list, list, load, load, loadFromXML, propertyNames, save, store, store, storeToXML, storeToXML, stringPropertyNames |
Methods inherited from class java.util.Hashtable |
---|
clone, contains, containsKey, containsValue, elements, entrySet, equals, get, hashCode, isEmpty, keys, keySet, rehash, size, toString, values |
Methods inherited from class java.lang.Object |
---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public Characteristics.ImmutableProperties(String name, String value)
Method Detail |
---|
public Object remove(Object o)
remove
in interface Map<Object,Object>
remove
in class Hashtable<Object,Object>
public Object setProperty(String string, String string1)
setProperty
in class Properties
public void clear()
clear
in interface Map<Object,Object>
clear
in class Hashtable<Object,Object>
public Object put(Object key, Object value)
put
in interface Map<Object,Object>
put
in class Hashtable<Object,Object>
public void putAll(Map<? extends Object,? extends Object> t)
putAll
in interface Map<Object,Object>
putAll
in class Hashtable<Object,Object>
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |