Class SimplePropertyMap

java.lang.Object
org.gatein.common.util.AbstractTypedMap<EK,EV,IK,IV>
org.gatein.common.util.TypedMap<String,List<String>,IK,IV>
org.gatein.pc.portlet.state.AbstractPropertyMap<String,List<String>>
org.gatein.pc.portlet.state.SimplePropertyMap
All Implemented Interfaces:
Map<String,List<String>>, org.gatein.pc.api.state.PropertyMap

public class SimplePropertyMap extends AbstractPropertyMap<String,List<String>>
Version:
$Revision: 6643 $
Author:
Julien Viet
  • Constructor Details

    • SimplePropertyMap

      public SimplePropertyMap()
    • SimplePropertyMap

      public SimplePropertyMap(int size)
    • SimplePropertyMap

      public SimplePropertyMap(org.gatein.pc.api.state.PropertyMap that)
    • SimplePropertyMap

      public SimplePropertyMap(Map<String,List<String>> map)