public class SortedProperties extends Properties
Properties and ensure order on keys (using natural order on function method).
This means that when you will load or store , this order will be used.
Created by tchemit on 29/12/2017.
defaults| Constructor and Description |
|---|
SortedProperties() |
SortedProperties(Properties defaults) |
| Modifier and Type | Method and Description |
|---|---|
Enumeration<Object> |
keys() |
void |
setFunction(Function<?,String> function) |
Set<String> |
stringPropertyNames() |
getProperty, getProperty, list, list, load, load, loadFromXML, propertyNames, save, setProperty, store, store, storeToXML, storeToXMLclear, clone, compute, computeIfAbsent, computeIfPresent, contains, containsKey, containsValue, elements, entrySet, equals, forEach, get, getOrDefault, hashCode, isEmpty, keySet, merge, put, putAll, putIfAbsent, rehash, remove, remove, replace, replace, replaceAll, size, toString, valuespublic SortedProperties()
public SortedProperties(Properties defaults)
public Set<String> stringPropertyNames()
stringPropertyNames in class PropertiesCopyright © 2018–2019 Ultreia.io. All rights reserved.