|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object java.util.Dictionary java.util.Hashtable java.util.Properties com.isti.util.SortedProperties
Class SortedProperties extends Properties to add sorting.
Nested Class Summary |
Nested classes inherited from class java.util.Hashtable |
|
Field Summary |
Fields inherited from class java.util.Properties |
defaults |
Constructor Summary | |
SortedProperties()
Creates an empty property list with no default values. |
|
SortedProperties(java.util.Properties defaults)
Creates an empty property list with the specified defaults. |
Method Summary | |
java.util.Enumeration |
keys()
Returns an enumeration of the keys in this property list. |
java.util.Set |
keySet()
Returns a Set view of the keys contained in this property list. |
Methods inherited from class java.util.Properties |
getProperty, getProperty, list, list, load, propertyNames, save, setProperty, store |
Methods inherited from class java.util.Hashtable |
clear, clone, contains, containsKey, containsValue, elements, entrySet, equals, get, hashCode, isEmpty, put, putAll, rehash, remove, size, toString, values |
Methods inherited from class java.lang.Object |
finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public SortedProperties()
public SortedProperties(java.util.Properties defaults)
defaults
- the defaults.Method Detail |
public java.util.Enumeration keys()
public java.util.Set keySet()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |