public class ImmutableProperties extends Properties
Properties.defaults| Constructor and Description |
|---|
ImmutableProperties(Properties props) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getProperty(String key)
Need to override this method otherwise it will call super.get(key).
|
int |
hashCode() |
getProperty, list, list, load, load, loadFromXML, propertyNames, save, setProperty, store, store, storeToXML, storeToXML, stringPropertyNamesclear, clone, compute, computeIfAbsent, computeIfPresent, contains, containsKey, containsValue, elements, entrySet, forEach, get, getOrDefault, isEmpty, keys, keySet, merge, put, putAll, putIfAbsent, rehash, remove, remove, replace, replace, replaceAll, size, toString, valuespublic ImmutableProperties(Properties props)
public boolean equals(Object o)
public int hashCode()
public String getProperty(String key)
getProperty in class Properties