org.openjena.atlas.lib
Class PropertiesSorted

java.lang.Object
  extended by java.util.Dictionary<K,V>
      extended by java.util.Hashtable<Object,Object>
          extended by java.util.Properties
              extended by org.openjena.atlas.lib.PropertiesSorted
All Implemented Interfaces:
Serializable, Cloneable, Map<Object,Object>

public class PropertiesSorted
extends Properties

Sorted output

See Also:
Serialized Form

Constructor Summary
PropertiesSorted(Comparator<String> comparator)
           
 
Method Summary
 Enumeration<Object> keys()
           
 
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
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

PropertiesSorted

public PropertiesSorted(Comparator<String> comparator)
Method Detail

keys

public Enumeration<Object> keys()
Overrides:
keys in class Hashtable<Object,Object>


Licenced under the Apache License, Version 2.0