Liferay 6.0.5

com.liferay.portal.kernel.util
Class SortedProperties

java.lang.Object
  extended by java.util.Dictionary<K,V>
      extended by java.util.Hashtable<Object,Object>
          extended by java.util.Properties
              extended by com.liferay.portal.kernel.util.SortedProperties
All Implemented Interfaces:
Serializable, Cloneable, Map<Object,Object>

public class SortedProperties
extends Properties

See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.util.Properties
defaults
 
Constructor Summary
SortedProperties()
           
SortedProperties(Properties properties)
           
 
Method Summary
 void clear()
           
 void list(PrintStream out)
           
 void list(PrintWriter out)
           
 Enumeration<String> propertyNames()
           
 Object put(String key, String value)
           
 Object remove(Object key)
           
 Object setProperty(String key, String value)
           
 
Methods inherited from class java.util.Properties
getProperty, getProperty, load, loadFromXML, save, store, storeToXML, storeToXML
 
Methods inherited from class java.util.Hashtable
clone, contains, containsKey, containsValue, elements, entrySet, equals, get, hashCode, isEmpty, keys, keySet, put, putAll, rehash, size, toString, values
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SortedProperties

public SortedProperties()

SortedProperties

public SortedProperties(Properties properties)
Method Detail

clear

public void clear()
Specified by:
clear in interface Map<Object,Object>
Overrides:
clear in class Hashtable<Object,Object>

list

public void list(PrintStream out)
Overrides:
list in class Properties

list

public void list(PrintWriter out)
Overrides:
list in class Properties

propertyNames

public Enumeration<String> propertyNames()
Overrides:
propertyNames in class Properties

put

public Object put(String key,
                  String value)

remove

public Object remove(Object key)
Specified by:
remove in interface Map<Object,Object>
Overrides:
remove in class Hashtable<Object,Object>

setProperty

public Object setProperty(String key,
                          String value)
Overrides:
setProperty in class Properties

Liferay 6.0.5