public class AbstractPropertyMap<T,M extends Map<String,? extends T>> extends AbstractProperty<M> implements Map<String,T>
description, fixedValues, name, type, value| Constructor and Description |
|---|
AbstractPropertyMap() |
| Modifier and Type | Method and Description |
|---|---|
void |
clear() |
boolean |
containsKey(Object key) |
boolean |
containsValue(Object value) |
Set<Map.Entry<String,T>> |
entrySet() |
M |
fromString(String v)
Unmarshalling of value for serailized string expression.
|
T |
get(Object key) |
boolean |
isEmpty() |
Set<String> |
keySet() |
T |
put(String key,
T value) |
void |
putAll(Map<? extends String,? extends T> m) |
T |
remove(Object key) |
int |
size() |
Collection<T> |
values() |
add2FixedValue, add2FixedValueFromString, asBoolean, asDouble, asInt, asString, getDescription, getFixedValues, getName, getType, getValue, parameterizedType, setDescription, setFixedValues, setName, setType, setValue, setValueFromString, toJson, toStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitcompute, computeIfAbsent, computeIfPresent, equals, forEach, getOrDefault, hashCode, merge, putIfAbsent, remove, replace, replace, replaceAllpublic boolean containsKey(Object key)
containsKey in interface Map<String,T>public boolean containsValue(Object value)
containsValue in interface Map<String,T>public M fromString(String v)
AbstractPropertyfromString in class AbstractProperty<M extends Map<String,? extends T>>v - value represented as a serialized StringCopyright © 2013–2015 FF4J. All rights reserved.