public static class RecordComponentList.ForLoadedRecordComponents extends RecordComponentList.AbstractBase<RecordComponentDescription.InDefinedShape>
RecordComponentList.AbstractBase<S extends RecordComponentDescription>, RecordComponentList.Empty<S extends RecordComponentDescription>, RecordComponentList.Explicit<S extends RecordComponentDescription>, RecordComponentList.ForLoadedRecordComponents, RecordComponentList.ForTokens, RecordComponentList.TypeSubstituting
modCount
Modifier | Constructor and Description |
---|---|
protected |
ForLoadedRecordComponents(List<?> recordComponents)
Creates a list of loaded record components.
|
protected |
ForLoadedRecordComponents(Object... recordComponent)
Creates a list of loaded record components.
|
Modifier and Type | Method and Description |
---|---|
RecordComponentDescription.InDefinedShape |
get(int index) |
int |
size() |
asDefined, asTokenList, asTypeList, wrap
filter, getOnly, subList
add, add, addAll, clear, equals, hashCode, indexOf, iterator, lastIndexOf, listIterator, listIterator, remove, removeRange, set
addAll, contains, containsAll, isEmpty, remove, removeAll, retainAll, toArray, toArray, toString
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
filter, getOnly, subList
add, add, addAll, addAll, clear, contains, containsAll, equals, hashCode, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, replaceAll, retainAll, set, sort, spliterator, toArray, toArray
parallelStream, removeIf, stream
protected ForLoadedRecordComponents(Object... recordComponent)
recordComponent
- The represented record components.protected ForLoadedRecordComponents(List<?> recordComponents)
recordComponents
- The represented record components.public RecordComponentDescription.InDefinedShape get(int index)
get
in interface List<RecordComponentDescription.InDefinedShape>
get
in class AbstractList<RecordComponentDescription.InDefinedShape>
public int size()
size
in interface Collection<RecordComponentDescription.InDefinedShape>
size
in interface List<RecordComponentDescription.InDefinedShape>
size
in class AbstractCollection<RecordComponentDescription.InDefinedShape>
Copyright © 2014–2020. All rights reserved.