| Constructor and Description |
|---|
AbstractCompoundData(Datatype type,
String key) |
AbstractCompoundData(Datatype type,
String key,
Element element,
Metadata metadata) |
AbstractCompoundData(Datatype type,
String key,
Map<String,Data<?>> value) |
| Modifier and Type | Method and Description |
|---|---|
void |
clear() |
boolean |
containsKey(Object key) |
boolean |
containsValue(Object value) |
Set<Map.Entry<String,Data<?>>> |
entrySet() |
Data<?> |
get(Object key) |
boolean |
isEmpty() |
Set<String> |
keySet() |
Data<?> |
put(String key,
Data<?> value) |
void |
putAll(Map<? extends String,? extends Data<?>> m) |
protected static Map<String,Data<?>> |
readDataFromElement(Element element,
Metadata metadata) |
protected static List<String> |
readStringDataFromElement(Element element,
Metadata metadata) |
Data<?> |
remove(Object key) |
int |
size() |
Collection<Data<?>> |
values() |
equals, getBooleanListValue, getBooleanValue, getCompoundListValue, getCompoundValue, getFloatListValue, getFloatValue, getIntegerListValue, getIntegerValue, getKey, getListValue, getStringListValue, getStringValue, getType, getValue, hashCode, isBooleanData, isBooleanListData, isCompoundData, isCompoundListData, isDocument, isFloatData, isFloatListData, isIntegerData, isIntegerListData, isListData, isMetadata, isStringData, isStringListData, setBooleanValue, setFloatValue, setIntegerValue, setStringValue, setValue, toBooleanData, toBooleanListData, toCompoundData, toCompoundListData, toFloatData, toFloatListData, toIntegerData, toIntegerListData, toListData, toString, toStringData, toStringListDataclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitcompute, computeIfAbsent, computeIfPresent, equals, forEach, getOrDefault, hashCode, merge, putIfAbsent, remove, replace, replace, replaceAllpublic AbstractCompoundData(Datatype type, String key)
public AbstractCompoundData(Datatype type, String key, Map<String,Data<?>> value)
public AbstractCompoundData(Datatype type, String key, Element element, Metadata metadata) throws NullPointerException, IndexOutOfBoundsException
protected static final Map<String,Data<?>> readDataFromElement(Element element, Metadata metadata)
protected static List<String> readStringDataFromElement(Element element, Metadata metadata)
public final boolean containsKey(Object key)
containsKey in interface Map<String,Data<?>>public final boolean containsValue(Object value)
containsValue in interface Map<String,Data<?>>public final Collection<Data<?>> values()
Copyright © 2010–2019 Francesco Kriegel. All rights reserved.