@Deprecated
public class SortedProperties
extends Properties
| Constructor and Description |
|---|
SortedProperties()
Deprecated.
|
SortedProperties(Comparator<String> comparator)
Deprecated.
|
SortedProperties(Comparator<String> comparator,
Properties properties)
Deprecated.
|
SortedProperties(Properties properties)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
void |
clear()
Deprecated.
|
Set<Map.Entry<Object,Object>> |
entrySet()
Deprecated.
|
void |
list(PrintStream out)
Deprecated.
|
void |
list(PrintWriter out)
Deprecated.
|
Enumeration<String> |
propertyNames()
Deprecated.
|
Object |
put(String key,
String value)
Deprecated.
|
Object |
remove(Object key)
Deprecated.
|
Object |
setProperty(String key,
String value)
Deprecated.
|
getProperty, getProperty, load, load, loadFromXML, save, store, store, storeToXML, storeToXML, stringPropertyNamesclone, 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, valuespublic SortedProperties()
public SortedProperties(Comparator<String> comparator)
public SortedProperties(Comparator<String> comparator,
Properties properties)
public SortedProperties(Properties properties)
public void clear()
clear in interface Map<Object,Object>clear in class Hashtable<Object,Object>public Set<Map.Entry<Object,Object>> entrySet()
entrySet in interface Map<Object,Object>entrySet in class Hashtable<Object,Object>public void list(PrintStream out)
list in class Propertiespublic void list(PrintWriter out)
list in class Propertiespublic Enumeration<String> propertyNames()
propertyNames in class Propertiespublic Object put(String key,
String value)
public Object remove(Object key)
remove in interface Map<Object,Object>remove in class Hashtable<Object,Object>public Object setProperty(String key,
String value)
setProperty in class Properties