public class TypedProperties extends Properties
defaults| Constructor and Description |
|---|
TypedProperties() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
getBoolean(String name,
boolean def) |
double |
getDouble(String name,
double def) |
int |
getEnum(String name,
String[] enumArray,
int def) |
int |
getInt(String name,
int def) |
long |
getLong(String name,
long def) |
String |
getString(String name,
String def) |
getProperty, getProperty, list, list, load, load, loadFromXML, propertyNames, 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, put, putAll, putIfAbsent, rehash, remove, remove, replace, replace, replaceAll, size, toString, valuesCopyright © 2017. All rights reserved.