Package adalid.commons.properties
Class SortedProperties
- java.lang.Object
-
- java.util.Dictionary<K,V>
-
- java.util.Hashtable<Object,Object>
-
- java.util.Properties
-
- adalid.commons.properties.SortedProperties
-
- All Implemented Interfaces:
Serializable,Cloneable,Map<Object,Object>
public class SortedProperties extends Properties
- Author:
- Jorge Campins
- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class java.util.Properties
defaults
-
-
Constructor Summary
Constructors Constructor Description SortedProperties()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Enumeration<Object>keys()voidstore(OutputStream out, String comments)voidstore(OutputStream out, String comments, String lineSeparator)voidstore(Writer writer, String comments)voidstore(Writer writer, String comments, String lineSeparator)List<String>stringPropertyNamesSortedList()-
Methods inherited from class java.util.Properties
clear, clone, compute, computeIfAbsent, computeIfPresent, contains, containsKey, containsValue, elements, entrySet, equals, forEach, get, getOrDefault, getProperty, getProperty, hashCode, isEmpty, keySet, list, list, load, load, loadFromXML, merge, propertyNames, put, putAll, putIfAbsent, rehash, remove, remove, replace, replace, replaceAll, save, setProperty, size, storeToXML, storeToXML, storeToXML, stringPropertyNames, toString, values
-
-
-
-
Method Detail
-
keys
public Enumeration<Object> keys()
- Overrides:
keysin classProperties
-
store
public void store(Writer writer, String comments) throws IOException
- Overrides:
storein classProperties- Throws:
IOException
-
store
public void store(Writer writer, String comments, String lineSeparator) throws IOException
- Throws:
IOException
-
store
public void store(OutputStream out, String comments) throws IOException
- Overrides:
storein classProperties- Throws:
IOException
-
store
public void store(OutputStream out, String comments, String lineSeparator) throws IOException
- Throws:
IOException
-
-