Class DoubleProperties

All Implemented Interfaces:
Serializable, Cloneable, Map<Object,Object>

public final class DoubleProperties extends Properties
A properties object that links two independent properties together. The read property set is always searched first, with the write property set being second. But any put() calls are always made directly to the write object. Only the put(), propertyNames() and getProperty() methods are supported by this class.
See Also: