public class SimplePropertyMap extends AbstractPropertyMap<String,List<String>>
| Constructor and Description |
|---|
SimplePropertyMap() |
SimplePropertyMap(int size) |
SimplePropertyMap(Map<String,List<String>> map) |
SimplePropertyMap(PropertyMap that) |
getProperty, setPropertygetDelegate, getKeyConverter, getValueConverterclear, containsKey, containsValue, convert, entrySet, equals, get, isEmpty, keySet, put, putAll, remove, replace, size, toString, validate, valuesclone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitclear, compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, entrySet, equals, forEach, get, getOrDefault, hashCode, isEmpty, keySet, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, replaceAll, size, valuespublic SimplePropertyMap()
public SimplePropertyMap(int size)
public SimplePropertyMap(PropertyMap that)
Copyright © 2003-2019 GateIn. All Rights Reserved.