|
|||||||||
| 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
org.apache.commons.collections.ExtendedProperties
com.liferay.portal.velocity.FastExtendedProperties
public class FastExtendedProperties
| 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()
|
java.lang.Object |
clone()
|
boolean |
contains(java.lang.Object value)
|
boolean |
containsKey(java.lang.Object key)
|
boolean |
containsValue(java.lang.Object value)
|
java.util.Enumeration |
elements()
|
java.util.Set |
entrySet()
|
boolean |
equals(java.lang.Object o)
|
java.lang.Object |
get(java.lang.Object key)
|
int |
hashCode()
|
boolean |
isEmpty()
|
java.util.Enumeration |
keys()
|
java.util.Set |
keySet()
|
java.lang.Object |
put(java.lang.Object key,
java.lang.Object value)
|
void |
putAll(java.util.Map t)
|
java.lang.Object |
remove(java.lang.Object key)
|
int |
size()
|
java.lang.String |
toString()
|
java.util.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 |
|---|
public FastExtendedProperties()
public FastExtendedProperties(org.apache.commons.collections.ExtendedProperties extendedProperties)
throws java.io.IOException
java.io.IOException| Method Detail |
|---|
public void clear()
clear in interface java.util.Mapclear in class java.util.Hashtablepublic java.lang.Object clone()
clone in class java.util.Hashtablepublic boolean contains(java.lang.Object value)
contains in class java.util.Hashtablepublic boolean containsKey(java.lang.Object key)
containsKey in interface java.util.MapcontainsKey in class java.util.Hashtablepublic boolean containsValue(java.lang.Object value)
containsValue in interface java.util.MapcontainsValue in class java.util.Hashtablepublic java.util.Enumeration elements()
elements in class java.util.Hashtablepublic java.util.Set entrySet()
entrySet in interface java.util.MapentrySet in class java.util.Hashtablepublic boolean equals(java.lang.Object o)
equals in interface java.util.Mapequals in class java.util.Hashtablepublic java.lang.Object get(java.lang.Object key)
get in interface java.util.Mapget in class java.util.Hashtablepublic int hashCode()
hashCode in interface java.util.MaphashCode in class java.util.Hashtablepublic boolean isEmpty()
isEmpty in interface java.util.MapisEmpty in class java.util.Hashtablepublic java.util.Enumeration keys()
keys in class java.util.Hashtablepublic java.util.Set keySet()
keySet in interface java.util.MapkeySet in class java.util.Hashtable
public java.lang.Object put(java.lang.Object key,
java.lang.Object value)
put in interface java.util.Mapput in class java.util.Hashtablepublic void putAll(java.util.Map t)
putAll in interface java.util.MapputAll in class java.util.Hashtablepublic java.lang.Object remove(java.lang.Object key)
remove in interface java.util.Mapremove in class java.util.Hashtablepublic int size()
size in interface java.util.Mapsize in class java.util.Hashtablepublic java.lang.String toString()
toString in class java.util.Hashtablepublic java.util.Collection values()
values in interface java.util.Mapvalues in class java.util.Hashtable
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||