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