public class SortedProperties extends Properties
defaults
Constructor and Description |
---|
SortedProperties() |
SortedProperties(Comparator<String> comparator) |
SortedProperties(Comparator<String> comparator,
Properties properties) |
SortedProperties(Properties properties) |
Modifier and Type | Method and Description |
---|---|
void |
clear() |
Set<Map.Entry<Object,Object>> |
entrySet() |
void |
list(PrintStream out) |
void |
list(PrintWriter out) |
Enumeration<String> |
propertyNames() |
Object |
put(String key,
String value) |
Object |
remove(Object key) |
Object |
setProperty(String key,
String value) |
getProperty, getProperty, load, load, loadFromXML, save, store, store, storeToXML, storeToXML, stringPropertyNames
clone, compute, computeIfAbsent, computeIfPresent, contains, containsKey, containsValue, elements, equals, forEach, get, getOrDefault, hashCode, isEmpty, keys, keySet, merge, put, putAll, putIfAbsent, rehash, remove, replace, replace, replaceAll, size, toString, values
public SortedProperties()
public SortedProperties(Comparator<String> comparator)
public SortedProperties(Comparator<String> comparator, Properties properties)
public SortedProperties(Properties properties)
public void clear()
public void list(PrintStream out)
list
in class Properties
public void list(PrintWriter out)
list
in class Properties
public Enumeration<String> propertyNames()
propertyNames
in class Properties
public Object setProperty(String key, String value)
setProperty
in class Properties