org.openjena.atlas.lib
Class PropertiesSorted
java.lang.Object
java.util.Dictionary<K,V>
java.util.Hashtable<Object,Object>
java.util.Properties
org.openjena.atlas.lib.PropertiesSorted
- All Implemented Interfaces:
- Serializable, Cloneable, Map<Object,Object>
public class PropertiesSorted
- extends Properties
Sorted output
- See Also:
- Serialized Form
Methods inherited from class java.util.Properties |
getProperty, getProperty, list, list, load, load, loadFromXML, propertyNames, save, setProperty, store, store, storeToXML, storeToXML, stringPropertyNames |
Methods inherited from class java.util.Hashtable |
clear, clone, contains, containsKey, containsValue, elements, entrySet, equals, get, hashCode, isEmpty, keySet, put, putAll, remove, size, toString, values |
PropertiesSorted
public PropertiesSorted(Comparator<String> comparator)
keys
public Enumeration<Object> keys()
- Overrides:
keys
in class Hashtable<Object,Object>
Licenced under the Apache License, Version 2.0