public static class FieldList.TypeSubstituting extends FieldList.AbstractBase<FieldDescription>
FieldDescription.TypeSubstituting.FieldList.AbstractBase<S extends FieldDescription>, FieldList.Empty, FieldList.Explicit<S extends FieldDescription>, FieldList.ForLoadedField, FieldList.ForTokens, FieldList.TypeSubstitutingmodCount| Constructor and Description |
|---|
TypeSubstituting(GenericTypeDescription declaringType,
List<? extends FieldDescription> fieldDescriptions,
GenericTypeDescription.Visitor<? extends GenericTypeDescription> visitor)
Creates a new type substituting field list.
|
| Modifier and Type | Method and Description |
|---|---|
FieldDescription |
get(int index) |
int |
size() |
asDefined, asTokenList, 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 TypeSubstituting(GenericTypeDescription declaringType, List<? extends FieldDescription> fieldDescriptions, GenericTypeDescription.Visitor<? extends GenericTypeDescription> visitor)
declaringType - The field's actual declaring type.fieldDescriptions - The field descriptions to be transformed.visitor - The visitor to apply to a field description.public FieldDescription get(int index)
get in interface List<FieldDescription>get in class AbstractList<FieldDescription>public int size()
size in interface Collection<FieldDescription>size in interface List<FieldDescription>size in class AbstractCollection<FieldDescription>Copyright © 2014–2015. All rights reserved.