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
Read only property set. Once constructed, all methods that modify state will throw UnsupportedOperationException.
Author:
Paul Hammant.
See Also: