Liferay 6.1.2-ce-ga3

com.liferay.portal.velocity
Class FastExtendedProperties

java.lang.Object
  extended by java.util.Dictionary<K,V>
      extended by java.util.Hashtable
          extended by org.apache.commons.collections.ExtendedProperties
              extended by com.liferay.portal.velocity.FastExtendedProperties
All Implemented Interfaces:
Serializable, Cloneable, Map

public class FastExtendedProperties
extends org.apache.commons.collections.ExtendedProperties

See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.apache.commons.collections.ExtendedProperties
basePath, END_TOKEN, file, fileSeparator, include, isInitialized, keysAsListed, START_TOKEN
 
Constructor Summary
FastExtendedProperties()
           
FastExtendedProperties(org.apache.commons.collections.ExtendedProperties extendedProperties)
           
 
Method Summary
 void clear()
           
 Object clone()
           
 boolean contains(Object value)
           
 boolean containsKey(Object key)
           
 boolean containsValue(Object value)
           
 Enumeration elements()
           
 Set entrySet()
           
 boolean equals(Object o)
           
 Object get(Object key)
           
 int hashCode()
           
 boolean isEmpty()
           
 Enumeration keys()
           
 Set keySet()
           
 Object put(Object key, Object value)
           
 void putAll(Map t)
           
 Object remove(Object key)
           
 int size()
           
 String toString()
           
 Collection values()
           
 
Methods inherited from class org.apache.commons.collections.ExtendedProperties
addProperty, clearProperty, combine, convertProperties, display, getBoolean, getBoolean, getBoolean, getByte, getByte, getByte, getDouble, getDouble, getDouble, getFloat, getFloat, getFloat, getInclude, getInt, getInt, getInteger, getInteger, getInteger, getKeys, getKeys, getList, getList, getLong, getLong, getLong, getProperties, getProperties, getProperty, getShort, getShort, getShort, getString, getString, getStringArray, getVector, getVector, interpolate, interpolateHelper, isInitialized, load, load, save, setInclude, setProperty, subset, testBoolean
 
Methods inherited from class java.util.Hashtable
rehash
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

FastExtendedProperties

public FastExtendedProperties()

FastExtendedProperties

public FastExtendedProperties(org.apache.commons.collections.ExtendedProperties extendedProperties)
                       throws IOException
Throws:
IOException
Method Detail

clear

public void clear()
Specified by:
clear in interface Map
Overrides:
clear in class Hashtable

clone

public Object clone()
Overrides:
clone in class Hashtable

contains

public boolean contains(Object value)
Overrides:
contains in class Hashtable

containsKey

public boolean containsKey(Object key)
Specified by:
containsKey in interface Map
Overrides:
containsKey in class Hashtable

containsValue

public boolean containsValue(Object value)
Specified by:
containsValue in interface Map
Overrides:
containsValue in class Hashtable

elements

public Enumeration elements()
Overrides:
elements in class Hashtable

entrySet

public Set entrySet()
Specified by:
entrySet in interface Map
Overrides:
entrySet in class Hashtable

equals

public boolean equals(Object o)
Specified by:
equals in interface Map
Overrides:
equals in class Hashtable

get

public Object get(Object key)
Specified by:
get in interface Map
Overrides:
get in class Hashtable

hashCode

public int hashCode()
Specified by:
hashCode in interface Map
Overrides:
hashCode in class Hashtable

isEmpty

public boolean isEmpty()
Specified by:
isEmpty in interface Map
Overrides:
isEmpty in class Hashtable

keys

public Enumeration keys()
Overrides:
keys in class Hashtable

keySet

public Set keySet()
Specified by:
keySet in interface Map
Overrides:
keySet in class Hashtable

put

public Object put(Object key,
                  Object value)
Specified by:
put in interface Map
Overrides:
put in class Hashtable

putAll

public void putAll(Map t)
Specified by:
putAll in interface Map
Overrides:
putAll in class Hashtable

remove

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

size

public int size()
Specified by:
size in interface Map
Overrides:
size in class Hashtable

toString

public String toString()
Overrides:
toString in class Hashtable

values

public Collection values()
Specified by:
values in interface Map
Overrides:
values in class Hashtable

Liferay 6.1.2-ce-ga3