public static class FieldList.TypeSubstituting extends FieldList.AbstractBase<FieldDescription.InGenericShape>
FieldDescription.TypeSubstituting.FieldList.AbstractBase<S extends FieldDescription>, FieldList.Empty<S extends FieldDescription>, FieldList.Explicit<S extends FieldDescription>, FieldList.ForLoadedFields, FieldList.ForTokens, FieldList.TypeSubstitutingmodCount| Constructor and Description |
|---|
TypeSubstituting(TypeDescription.Generic declaringType,
List<? extends FieldDescription> fieldDescriptions,
TypeDescription.Generic.Visitor<? extends TypeDescription.Generic> visitor)
Creates a new type substituting field list.
|
| Modifier and Type | Method and Description |
|---|---|
FieldDescription.InGenericShape |
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 TypeSubstituting(TypeDescription.Generic declaringType, List<? extends FieldDescription> fieldDescriptions, TypeDescription.Generic.Visitor<? extends TypeDescription.Generic> 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.InGenericShape get(int index)
get in interface List<FieldDescription.InGenericShape>get in class AbstractList<FieldDescription.InGenericShape>public int size()
size in interface Collection<FieldDescription.InGenericShape>size in interface List<FieldDescription.InGenericShape>size in class AbstractCollection<FieldDescription.InGenericShape>Copyright © 2014–2019. All rights reserved.