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