|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.util.Dictionary<K,V>
java.util.Hashtable<java.lang.Object,java.lang.Object>
java.util.Properties
com.sun.javatest.util.SortedProperties
public class SortedProperties
A subtype of Properties for which the keys method will return a sorted enumeration. This means that the store method will write the various properties in sorted order.
Nested Class Summary |
---|
Nested classes/interfaces inherited from interface java.util.Map |
---|
java.util.Map.Entry<K,V> |
Field Summary |
---|
Fields inherited from class java.util.Properties |
---|
defaults |
Constructor Summary | |
---|---|
SortedProperties()
|
Method Summary | |
---|---|
java.util.Enumeration |
keys()
|
Methods inherited from class java.util.Properties |
---|
getProperty, getProperty, list, list, loadFromXML, load, load, propertyNames, save, setProperty, storeToXML, storeToXML, store |
Methods inherited from class java.util.Hashtable |
---|
clear, clone, containsKey, containsValue, contains, elements, entrySet, equals, get, hashCode, isEmpty, keySet, putAll, put, rehash, remove, size, toString, values |
Methods inherited from class java.lang.Object |
---|
finalize, getClass, notifyAll, notify, wait, wait, wait |
Constructor Detail |
---|
public SortedProperties()
Method Detail |
---|
public java.util.Enumeration keys()
keys
in class java.util.Hashtable<java.lang.Object,java.lang.Object>
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |