public class AbstractPropertyMap<IK,IV> extends org.gatein.common.util.TypedMap<String,List<String>,IK,IV> implements PropertyMap
| Constructor and Description |
|---|
AbstractPropertyMap(Map<IK,IV> map,
org.gatein.common.util.AbstractTypedMap.Converter<String,IK> keyConverter,
org.gatein.common.util.AbstractTypedMap.Converter<List<String>,IV> valueConverter) |
| Modifier and Type | Method and Description |
|---|---|
List<String> |
getProperty(String key) |
void |
setProperty(String key,
List<String> value) |
getDelegate, getKeyConverter, getValueConverterclear, containsKey, containsValue, convert, entrySet, equals, get, isEmpty, keySet, put, putAll, remove, replace, size, toString, validate, valuespublic List<String> getProperty(String key) throws IllegalArgumentException
getProperty in interface PropertyMapIllegalArgumentExceptionpublic void setProperty(String key, List<String> value) throws IllegalArgumentException
setProperty in interface PropertyMapIllegalArgumentExceptionCopyright © 2003-2016 GateIn. All Rights Reserved.