S - The type of field descriptions represented by this list.public static class FieldList.Explicit<S extends FieldDescription> extends FieldList.AbstractBase<S>
FieldList.AbstractBase<S extends FieldDescription>, FieldList.Empty<S extends FieldDescription>, FieldList.Explicit<S extends FieldDescription>, FieldList.ForLoadedFields, FieldList.ForTokens, FieldList.TypeSubstitutingmodCount| Constructor and Description |
|---|
Explicit(List<? extends S> fieldDescriptions)
Creates a new immutable wrapper field list.
|
Explicit(S... fieldDescription)
Creates a new immutable wrapper field list.
|
| Modifier and Type | Method and Description |
|---|---|
S |
get(int index) |
int |
size() |
asDefined, asTokenList, wrapfilter, getOnly, subListadd, add, addAll, clear, equals, hashCode, indexOf, iterator, lastIndexOf, listIterator, listIterator, remove, removeRange, setaddAll, contains, containsAll, isEmpty, remove, removeAll, retainAll, toArray, toArray, toStringclone, finalize, getClass, notify, notifyAll, wait, wait, waitfilter, getOnly, subListadd, add, addAll, addAll, clear, contains, containsAll, equals, hashCode, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, replaceAll, retainAll, set, sort, spliterator, toArray, toArrayparallelStream, removeIf, streampublic Explicit(S... fieldDescription)
fieldDescription - The list of fields to be represented by this field list.public S get(int index)
get in interface List<S extends FieldDescription>get in class AbstractList<S extends FieldDescription>public int size()
size in interface Collection<S extends FieldDescription>size in interface List<S extends FieldDescription>size in class AbstractCollection<S extends FieldDescription>Copyright © 2014–2019. All rights reserved.