public class BooleanListData extends ListData<Boolean>
Constructor and Description |
---|
BooleanListData(String key,
String subkey,
Boolean... values) |
BooleanListData(String key,
String subkey,
List<Boolean> value) |
BooleanListData(String key,
String subkey,
Void v,
List<String> value) |
BooleanListData(String key,
String subkey,
Void v,
String... values) |
Modifier and Type | Method and Description |
---|---|
boolean |
add(Boolean value) |
void |
add(int index,
Boolean value) |
boolean |
addAll(Collection<? extends Boolean> collection) |
boolean |
addAll(int index,
Collection<? extends Boolean> collection) |
void |
clear() |
boolean |
contains(Object object) |
boolean |
containsAll(Collection<?> collection) |
Boolean |
get(int index) |
int |
indexOf(Object object) |
boolean |
isEmpty() |
Iterator<Boolean> |
iterator() |
int |
lastIndexOf(Object object) |
ListIterator<Boolean> |
listIterator() |
ListIterator<Boolean> |
listIterator(int index) |
Boolean |
remove(int index) |
boolean |
remove(Object object) |
boolean |
removeAll(Collection<?> collection) |
boolean |
retainAll(Collection<?> collection) |
Boolean |
set(int index,
Boolean value) |
int |
size() |
List<Boolean> |
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, hashCode, notify, notifyAll, wait, wait, wait
equals, hashCode, replaceAll, sort, spliterator
parallelStream, removeIf, stream
public BooleanListData(String key, String subkey, List<Boolean> value) throws NullPointerException, IndexOutOfBoundsException
public BooleanListData(String key, String subkey, Boolean... values) throws NullPointerException, IndexOutOfBoundsException
public BooleanListData(String key, String subkey, Void v, List<String> value) throws NullPointerException, IndexOutOfBoundsException
public BooleanListData(String key, String subkey, Void v, String... values) throws NullPointerException, IndexOutOfBoundsException
public final int lastIndexOf(Object object)
lastIndexOf
in interface List<Boolean>
lastIndexOf
in class ListData<Boolean>
public final boolean addAll(Collection<? extends Boolean> collection)
public final boolean addAll(int index, Collection<? extends Boolean> collection)
public final boolean removeAll(Collection<?> collection)
public final boolean retainAll(Collection<?> collection)
public final boolean containsAll(Collection<?> collection)
containsAll
in interface Collection<Boolean>
containsAll
in interface List<Boolean>
containsAll
in class ListData<Boolean>
public final void clear()
public final boolean isEmpty()
public final int size()
public final ListIterator<Boolean> listIterator()
listIterator
in interface List<Boolean>
listIterator
in class ListData<Boolean>
public final ListIterator<Boolean> listIterator(int index)
listIterator
in interface List<Boolean>
listIterator
in class ListData<Boolean>
Copyright © 2010–2023 Francesco Kriegel. All rights reserved.