当前页面:
在线文档首页 >
JBOSS Portal 2.6 API 英文版文档
SimplePropertyMap - JBOSS Portal 2.6 API 英文版文档
org.jboss.portal.portlet.state
Class SimplePropertyMap
java.lang.Object
org.jboss.portal.common.util.TypedMap
org.jboss.portal.portlet.state.AbstractPropertyMap
org.jboss.portal.portlet.state.SimplePropertyMap
- All Implemented Interfaces:
- java.util.Map, PropertyMap, java.io.Serializable
- public class SimplePropertyMap
- extends AbstractPropertyMap
- Version:
- $Revision: 3287 $
- Author:
- Julien Viet
- See Also:
- Serialized Form
Nested classes inherited from class java.util.Map |
java.util.Map.Entry |
Methods inherited from class org.jboss.portal.common.util.TypedMap |
clear, containsKey, containsValue, entrySet, get, isEmpty, keySet, put, putAll, remove, size, values |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface java.util.Map |
clear, containsKey, containsValue, entrySet, equals, get, hashCode, isEmpty, keySet, put, putAll, remove, size, values |
serialVersionUID
private static final long serialVersionUID
- The serialVersionUID
- See Also:
- Constant Field Values
values
protected final java.util.Map values
- .
SimplePropertyMap
public SimplePropertyMap(int size)
SimplePropertyMap
public SimplePropertyMap()
SimplePropertyMap
public SimplePropertyMap(PropertyMap that)
SimplePropertyMap
public SimplePropertyMap(java.util.Map map)
getDelegate
protected java.util.Map getDelegate()
- Specified by:
getDelegate
in class TypedMap