org.genepattern.util
Class KeySortedProperties
java.lang.Object
java.util.Dictionary
java.util.Hashtable
java.util.Properties
org.genepattern.util.KeySortedProperties
- All Implemented Interfaces:
- java.lang.Cloneable, java.util.Map, java.io.Serializable
- public class KeySortedProperties
- extends java.util.Properties
- See Also:
- Serialized Form
|
Method Summary |
void |
store(java.io.OutputStream out,
java.lang.String header)
|
| Methods inherited from class java.util.Properties |
getProperty, getProperty, list, list, load, propertyNames, save, setProperty |
| Methods inherited from class java.util.Hashtable |
clear, clone, contains, containsKey, containsValue, elements, entrySet, equals, get, hashCode, isEmpty, keys, keySet, put, putAll, remove, size, toString, values |
| Methods inherited from class java.lang.Object |
getClass, notify, notifyAll, wait, wait, wait |
KeySortedProperties
public KeySortedProperties()
KeySortedProperties
public KeySortedProperties(java.util.Properties props)
store
public void store(java.io.OutputStream out,
java.lang.String header)
throws java.io.IOException
- Throws:
java.io.IOException
|
|