Constructor and Description |
---|
CompoundListData(String key,
String subkey) |
CompoundListData(String key,
String subkey,
org.jsoup.nodes.Element element,
Metadata metadata) |
CompoundListData(String key,
String subkey,
List<Map<String,Data<?>>> value) |
Modifier and Type | Method and Description |
---|---|
void |
add(int index,
Map<String,Data<?>> value) |
boolean |
add(Map<String,Data<?>> value) |
boolean |
addAll(Collection<? extends Map<String,Data<?>>> collection) |
boolean |
addAll(int index,
Collection<? extends Map<String,Data<?>>> collection) |
void |
clear() |
boolean |
contains(Object object) |
boolean |
containsAll(Collection<?> collection) |
Map<String,Data<?>> |
get(int index) |
int |
indexOf(Object object) |
boolean |
isEmpty() |
Iterator<Map<String,Data<?>>> |
iterator() |
int |
lastIndexOf(Object object) |
ListIterator<Map<String,Data<?>>> |
listIterator() |
ListIterator<Map<String,Data<?>>> |
listIterator(int index) |
Map<String,Data<?>> |
remove(int index) |
boolean |
remove(Object object) |
boolean |
removeAll(Collection<?> collection) |
boolean |
retainAll(Collection<?> collection) |
Map<String,Data<?>> |
set(int index,
Map<String,Data<?>> value) |
int |
size() |
List<Map<String,Data<?>>> |
subList(int fromIndex,
int toIndex) |
Object[] |
toArray() |
<T> T[] |
toArray(T[] array) |
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, finalize, getClass, notify, notifyAll, wait, wait, wait
equals, hashCode, replaceAll, sort, spliterator
parallelStream, removeIf, stream
public CompoundListData(String key, String subkey)
public CompoundListData(String key, String subkey, List<Map<String,Data<?>>> value)
public CompoundListData(String key, String subkey, org.jsoup.nodes.Element element, Metadata metadata) throws NullPointerException, IndexOutOfBoundsException
public final int lastIndexOf(Object object)
lastIndexOf
in interface List<Map<String,Data<?>>>
lastIndexOf
in class ListData<Map<String,Data<?>>>
public final boolean addAll(Collection<? extends Map<String,Data<?>>> collection)
public final boolean addAll(int index, Collection<? extends Map<String,Data<?>>> collection)
public final boolean removeAll(Collection<?> collection)
public final boolean retainAll(Collection<?> collection)
public final boolean containsAll(Collection<?> collection)
containsAll
in interface Collection<Map<String,Data<?>>>
containsAll
in interface List<Map<String,Data<?>>>
containsAll
in class ListData<Map<String,Data<?>>>
public final void clear()
public final boolean isEmpty()
public final int size()
public final ListIterator<Map<String,Data<?>>> listIterator()
listIterator
in interface List<Map<String,Data<?>>>
listIterator
in class ListData<Map<String,Data<?>>>
public final ListIterator<Map<String,Data<?>>> listIterator(int index)
listIterator
in interface List<Map<String,Data<?>>>
listIterator
in class ListData<Map<String,Data<?>>>
Copyright © 2010–2023 Francesco Kriegel. All rights reserved.