public final class DoubleProperties
extends java.util.Properties
| Modifier and Type | Field | Description |
|---|---|---|
private java.util.Properties |
read |
|
private java.util.Properties |
write |
| Constructor | Description |
|---|---|
DoubleProperties(java.util.Properties read,
java.util.Properties write) |
| Modifier and Type | Method | 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) |
entry, of, of, of, of, of, of, of, of, of, of, of, ofEntriesfinalize, getClass, notify, notifyAll, wait, wait, waitclear, clone, compute, computeIfAbsent, computeIfPresent, contains, containsKey, containsValue, elements, entrySet, equals, forEach, get, getOrDefault, hashCode, isEmpty, keys, keySet, list, list, load, load, loadFromXML, merge, putAll, putIfAbsent, rehash, remove, remove, replace, replace, replaceAll, save, setProperty, size, store, store, storeToXML, storeToXML, stringPropertyNames, 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 class java.util.Propertiespublic 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.