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