public class CompoundData extends AbstractCompoundData
| Constructor and Description |
|---|
CompoundData(String key) |
CompoundData(String key,
Element element,
Metadata metadata) |
CompoundData(String key,
Map<String,Data<?>> value) |
clear, containsKey, containsValue, entrySet, get, isEmpty, keySet, put, putAll, readDataFromElement, readStringDataFromElement, remove, size, valuesequals, 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, finalize, getClass, notify, notifyAll, wait, wait, waitcompute, computeIfAbsent, computeIfPresent, equals, forEach, getOrDefault, hashCode, merge, putIfAbsent, remove, replace, replace, replaceAllpublic CompoundData(String key)
public CompoundData(String key, Map<String,Data<?>> value)
public CompoundData(String key, Element element, Metadata metadata) throws NullPointerException, IndexOutOfBoundsException
Copyright © 2010–2019 Francesco Kriegel. All rights reserved.