public final class DoubleProperties
extends java.util.Properties
| Modifier and Type | Field and Description |
|---|---|
private java.util.Properties |
read |
private java.util.Properties |
write |
| Constructor and Description |
|---|
DoubleProperties(java.util.Properties read,
java.util.Properties write) |
| Modifier and Type | Method and Description |
|---|---|
private static void |
addAllNames(java.util.Properties src,
java.util.HashSet<java.lang.Object> dest)
Add all property names in the Properties object
src to the
HashSet dest. |
java.lang.String |
getProperty(java.lang.String key) |
java.lang.String |
getProperty(java.lang.String key,
java.lang.String defaultValue) |
java.util.Enumeration<java.lang.Object> |
propertyNames() |
java.lang.Object |
put(java.lang.Object key,
java.lang.Object value) |
list, list, load, load, loadFromXML, save, setProperty, store, store, storeToXML, storeToXML, stringPropertyNamesclear, clone, compute, computeIfAbsent, computeIfPresent, contains, containsKey, containsValue, elements, entrySet, equals, forEach, get, getOrDefault, hashCode, isEmpty, keys, keySet, merge, putAll, putIfAbsent, rehash, remove, remove, replace, replace, replaceAll, size, toString, valuesprivate final java.util.Properties read
private final java.util.Properties write
public DoubleProperties(java.util.Properties read,
java.util.Properties write)
public java.lang.Object put(java.lang.Object key,
java.lang.Object value)
put in interface java.util.Map<java.lang.Object,java.lang.Object>put in class java.util.Hashtable<java.lang.Object,java.lang.Object>public java.lang.String getProperty(java.lang.String key)
getProperty in class java.util.Propertiespublic java.lang.String getProperty(java.lang.String key,
java.lang.String defaultValue)
getProperty in class java.util.Propertiespublic java.util.Enumeration<java.lang.Object> propertyNames()
propertyNames in class java.util.Propertiesprivate static void addAllNames(java.util.Properties src,
java.util.HashSet<java.lang.Object> dest)
src to the
HashSet dest.Apache Derby V10.13 Internals - Copyright © 2004,2016 The Apache Software Foundation. All Rights Reserved.