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