org.apache.myfaces.trinidad.bean.util
Class PropertyHashMap
java.lang.Object
java.util.AbstractMap<K,V>
java.util.HashMap<PropertyKey,java.lang.Object>
org.apache.myfaces.trinidad.bean.util.PropertyHashMap
- All Implemented Interfaces:
- java.io.Serializable, java.lang.Cloneable, java.util.Map<PropertyKey,java.lang.Object>, PropertyMap
public class PropertyHashMap
- extends java.util.HashMap<PropertyKey,java.lang.Object>
- implements PropertyMap
- See Also:
- Serialized Form
Nested classes/interfaces inherited from class java.util.AbstractMap |
java.util.AbstractMap.SimpleEntry<K,V>, java.util.AbstractMap.SimpleImmutableEntry<K,V> |
Nested classes/interfaces inherited from interface java.util.Map |
java.util.Map.Entry<K,V> |
Methods inherited from class java.util.HashMap |
clear, clone, containsKey, containsValue, entrySet, get, 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, containsKey, containsValue, entrySet, equals, get, 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()
put
public java.lang.Object put(PropertyKey key,
java.lang.Object value)
- Specified by:
put
in interface java.util.Map<PropertyKey,java.lang.Object>
- Overrides:
put
in class java.util.HashMap<PropertyKey,java.lang.Object>
remove
public java.lang.Object remove(java.lang.Object key)
- Specified by:
remove
in interface java.util.Map<PropertyKey,java.lang.Object>
- Overrides:
remove
in class java.util.HashMap<PropertyKey,java.lang.Object>
putAll
public void putAll(java.util.Map<? extends PropertyKey,? extends java.lang.Object> t)
- Specified by:
putAll
in interface java.util.Map<PropertyKey,java.lang.Object>
- Overrides:
putAll
in class java.util.HashMap<PropertyKey,java.lang.Object>
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
createDeltaPropertyMap
protected PropertyMap createDeltaPropertyMap()
getUseStateHolder
public boolean getUseStateHolder()
setUseStateHolder
public void setUseStateHolder(boolean useStateHolder)
markInitialState
public void markInitialState()
- Specified by:
markInitialState
in interface PropertyMap
Copyright © 2001-2010 The Apache Software Foundation. All Rights Reserved.