Package org.gatein.pc.portlet.state
Class SimplePropertyMap
- Version:
- $Revision: 6643 $
- Author:
- Julien Viet
-
Nested Class Summary
Nested classes/interfaces inherited from class org.gatein.common.util.AbstractTypedMap
org.gatein.common.util.AbstractTypedMap.Converter<E,I> -
Constructor Summary
ConstructorsConstructorDescriptionSimplePropertyMap(int size) SimplePropertyMap(Map<String, List<String>> map) SimplePropertyMap(org.gatein.pc.api.state.PropertyMap that) -
Method Summary
Methods inherited from class org.gatein.pc.portlet.state.AbstractPropertyMap
getProperty, setPropertyMethods inherited from class org.gatein.common.util.TypedMap
getDelegate, getKeyConverter, getValueConverterMethods inherited from class org.gatein.common.util.AbstractTypedMap
clear, containsKey, containsValue, convert, entrySet, equals, get, isEmpty, keySet, put, putAll, remove, replace, size, toString, validate, valuesMethods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface java.util.Map
clear, compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, entrySet, equals, forEach, get, getOrDefault, hashCode, isEmpty, keySet, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, replaceAll, size, values
-
Constructor Details
-
SimplePropertyMap
public SimplePropertyMap() -
SimplePropertyMap
public SimplePropertyMap(int size) -
SimplePropertyMap
public SimplePropertyMap(org.gatein.pc.api.state.PropertyMap that) -
SimplePropertyMap
-