T - myultlivaM - public abstract class AbstractPropertyMap<T,M extends Map<String,? extends T>> extends Property<M> implements Map<String,T>
description, fixedValues, name, readOnly, type, value| Constructor and Description |
|---|
AbstractPropertyMap()
Default constructor.
|
AbstractPropertyMap(String name)
Constructor by property name.
|
AbstractPropertyMap(String uid,
M value)
Constructor by T expression.
|
| Modifier and Type | Method and Description |
|---|---|
void |
clear() |
boolean |
containsKey(Object key) |
boolean |
containsValue(Object obj) |
T |
get(Object key) |
boolean |
isEmpty() |
Set<String> |
keySet() |
T |
remove(Object key) |
int |
size() |
protected M |
value()
Access Internal value.
|
add2FixedValue, add2FixedValueFromString, asBoolean, asDouble, asInt, asString, fromString, getDescription, getFixedValues, getName, getType, getValue, isReadOnly, parameterizedType, setDescription, setFixedValues, setName, setReadOnly, setType, setValue, setValueFromString, toJson, toStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitcompute, computeIfAbsent, computeIfPresent, entrySet, equals, forEach, getOrDefault, hashCode, merge, put, putAll, putIfAbsent, remove, replace, replace, replaceAll, valuespublic AbstractPropertyMap()
public AbstractPropertyMap(String name)
name - property nameCopyright © 2013–2017 FF4J. All rights reserved.