Package org.gatein.pc.portlet.state
Class SimplePropertyMap
-
public class SimplePropertyMap extends AbstractPropertyMap<String,List<String>>
- Version:
- $Revision: 6643 $
- Author:
- Julien Viet
-
-
Constructor Summary
Constructors Constructor Description SimplePropertyMap()SimplePropertyMap(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, setProperty
-
Methods inherited from class org.gatein.common.util.TypedMap
getDelegate, getKeyConverter, getValueConverter
-
Methods inherited from class org.gatein.common.util.AbstractTypedMap
clear, containsKey, containsValue, convert, entrySet, equals, get, isEmpty, keySet, put, putAll, remove, replace, size, toString, validate, values
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods 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
-
-