Class NonSynchronizedProperties

java.lang.Object
java.util.Dictionary<Object,Object>
java.util.Hashtable<Object,Object>
java.util.Properties
org.eclipse.persistence.internal.helper.NonSynchronizedProperties
All Implemented Interfaces:
Serializable, Cloneable, Map<Object,Object>

public class NonSynchronizedProperties extends Properties
Properties subclass that removes the synchronization.
See Also: