public class SortedProperties extends Properties
defaults| Constructor and Description |
|---|
SortedProperties() |
| Modifier and Type | Method and Description |
|---|---|
Enumeration<Object> |
keys()
Gets an Enumeration of the keys in this Properties
object.
|
Object |
put(Object key,
Object value)
Does not allow putting empty String keys in this
Properties object.
|
getProperty, getProperty, list, list, load, load, loadFromXML, propertyNames, save, setProperty, store, store, storeToXML, storeToXML, stringPropertyNamesclear, clone, compute, computeIfAbsent, computeIfPresent, contains, containsKey, containsValue, elements, entrySet, equals, forEach, get, getOrDefault, hashCode, isEmpty, keySet, merge, putAll, putIfAbsent, rehash, remove, remove, replace, replace, replaceAll, size, toString, valuespublic Enumeration<Object> keys()
Copyright © 2021 jitsi.org. All rights reserved.