Class SimplePropertyMap

java.lang.Object
org.gatein.common.util.AbstractTypedMap<String,List<String>,String,List<String>>
org.gatein.common.util.TypedMap<String,List<String>,String,List<String>>
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>>
  • 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)