org.genepattern.util
Class KeySortedProperties

java.lang.Object
  extended byjava.util.Dictionary
      extended byjava.util.Hashtable
          extended byjava.util.Properties
              extended byorg.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

Constructor Summary
KeySortedProperties()
           
KeySortedProperties(java.util.Properties props)
           
 
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
 

Constructor Detail

KeySortedProperties

public KeySortedProperties()

KeySortedProperties

public KeySortedProperties(java.util.Properties props)
Method Detail

store

public void store(java.io.OutputStream out,
                  java.lang.String header)
           throws java.io.IOException
Throws:
java.io.IOException


Hosted by docs.bugaco.com