public class LinkedProperties extends Properties
Hashtable.entrySet() which allows
write operations as well.defaults| Constructor and Description |
|---|
LinkedProperties() |
LinkedProperties(InputStream _inputStream)
Constructor that reads a property list (key and element pairs)
from the input byte stream.
|
LinkedProperties(Properties _defaults) |
| Modifier and Type | Method and Description |
|---|---|
void |
clear() |
Enumeration |
keys()
Overrides keys() in order to return an insertion order enumeration.
|
Object |
put(Object _key,
Object _value) |
Object |
remove(Object _key) |
getProperty, getProperty, list, list, load, load, loadFromXML, propertyNames, save, setProperty, store, store, storeToXML, storeToXML, stringPropertyNamesclone, compute, computeIfAbsent, computeIfPresent, contains, containsKey, containsValue, elements, entrySet, equals, forEach, get, getOrDefault, hashCode, isEmpty, keySet, merge, putAll, putIfAbsent, rehash, remove, replace, replace, replaceAll, size, toString, valuespublic LinkedProperties()
public LinkedProperties(Properties _defaults)
public LinkedProperties(InputStream _inputStream) throws IOException
_inputStream - the input streamIOException - if an error occurred when reading from the input streamProperties.load(InputStream)public final Enumeration keys()
Copyright © 2018. All rights reserved.