| java.util.Properties org.apache.derby.iapi.util.DoubleProperties
DoubleProperties | final public class DoubleProperties extends Properties (Code) | | 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(), keys() and getProperty() methods are supported
by this class.
|
|
|