public class OrderedProperties extends Properties
defaults
Constructor and Description |
---|
OrderedProperties() |
Modifier and Type | Method and Description |
---|---|
boolean |
containsKey(Object key) |
boolean |
containsValue(Object value) |
Set |
entrySet() |
Object |
get(Object key) |
String |
getProperty(String key) |
boolean |
isEmpty() |
Set |
keySet() |
Object |
put(Object key,
Object value) |
int |
size() |
Collection |
values() |
getProperty, list, list, load, load, loadFromXML, propertyNames, save, setProperty, store, store, storeToXML, storeToXML, stringPropertyNames
clear, clone, compute, computeIfAbsent, computeIfPresent, contains, elements, equals, forEach, getOrDefault, hashCode, keys, merge, putAll, putIfAbsent, rehash, remove, remove, replace, replace, replaceAll, toString
public String getProperty(String key)
getProperty
in class Properties
public boolean containsValue(Object value)
containsValue
in interface Map<Object,Object>
containsValue
in class Hashtable<Object,Object>
public boolean containsKey(Object key)
containsKey
in interface Map<Object,Object>
containsKey
in class Hashtable<Object,Object>
public Set entrySet()
public Set keySet()
public Collection values()
public int size()
Copyright © 2003–2018 Magnolia International Ltd.. All rights reserved.