oracle.adf.view.faces.bean.util
Class PropertyHashMap
java.lang.Object
|
+--java.util.AbstractMap
|
+--java.util.HashMap
|
+--oracle.adf.view.faces.bean.util.PropertyHashMap
- All Implemented Interfaces:
- java.lang.Cloneable, java.util.Map, PropertyMap, java.io.Serializable
- public class PropertyHashMap
- extends java.util.HashMap
- implements PropertyMap
- See Also:
- Serialized Form
Methods inherited from class java.util.HashMap |
clear, clone, containsValue, entrySet, isEmpty, keySet, size, values |
Methods inherited from class java.util.AbstractMap |
equals, hashCode, toString |
Methods inherited from class java.lang.Object |
finalize, getClass, notify, notifyAll, wait, wait, wait |
Methods inherited from interface java.util.Map |
clear, containsValue, entrySet, equals, hashCode, isEmpty, keySet, size, values |
PropertyHashMap
public PropertyHashMap(PropertyMap map)
PropertyHashMap
public PropertyHashMap(int initialCapacity,
float loadFactor)
PropertyHashMap
public PropertyHashMap(int initialCapacity)
PropertyHashMap
public PropertyHashMap()
containsKey
public boolean containsKey(java.lang.Object key)
- Specified by:
containsKey
in interface java.util.Map
- Overrides:
containsKey
in class java.util.HashMap
get
public java.lang.Object get(java.lang.Object key)
- Specified by:
get
in interface java.util.Map
- Overrides:
get
in class java.util.HashMap
put
public java.lang.Object put(java.lang.Object key,
java.lang.Object value)
- Specified by:
put
in interface java.util.Map
- Overrides:
put
in class java.util.HashMap
remove
public java.lang.Object remove(java.lang.Object key)
- Specified by:
remove
in interface java.util.Map
- Overrides:
remove
in class java.util.HashMap
putAll
public void putAll(java.util.Map t)
- Specified by:
putAll
in interface java.util.Map
- Overrides:
putAll
in class java.util.HashMap
containsKey
public boolean containsKey(PropertyKey key)
- Specified by:
containsKey
in interface PropertyMap
get
public java.lang.Object get(PropertyKey key)
- Specified by:
get
in interface PropertyMap
put
public java.lang.Object put(PropertyKey key,
java.lang.Object value)
- Specified by:
put
in interface PropertyMap
remove
public java.lang.Object remove(PropertyKey key)
- Specified by:
remove
in interface PropertyMap
putAll
public void putAll(PropertyMap t)
- Specified by:
putAll
in interface PropertyMap
saveState
public java.lang.Object saveState(javax.faces.context.FacesContext context)
- Specified by:
saveState
in interface PropertyMap
restoreState
public void restoreState(javax.faces.context.FacesContext context,
FacesBean.Type type,
java.lang.Object state)
- Specified by:
restoreState
in interface PropertyMap
getUseStateHolder
public boolean getUseStateHolder()
Copyright © 2003-2004 Oracle Corporation. All Rights Reserved.