public class OrderSafeProperties extends Properties
defaults| Constructor and Description |
|---|
OrderSafeProperties() |
| Modifier and Type | Method and Description |
|---|---|
void |
clear() |
Set<Map.Entry<Object,Object>> |
entrySet() |
Enumeration<Object> |
keys() |
Set<Object> |
keySet() |
void |
load(InputStream inputStream) |
Object |
put(Object key,
Object value) |
void |
putAll(Map<? extends Object,? extends Object> map) |
Object |
remove(Object o) |
getProperty, getProperty, list, list, load, loadFromXML, propertyNames, save, setProperty, store, store, storeToXML, storeToXML, stringPropertyNamesclone, compute, computeIfAbsent, computeIfPresent, contains, containsKey, containsValue, elements, equals, forEach, get, getOrDefault, hashCode, isEmpty, merge, putIfAbsent, rehash, remove, replace, replace, replaceAll, size, toString, valuespublic void load(InputStream inputStream) throws IOException
load in class PropertiesIOExceptionpublic void clear()
Guillaume Bort & zenexity - Distributed under Apache 2 licence, without any warrantly