public static class MethodList.TypeSubstituting extends MethodList.AbstractBase<MethodDescription>
MethodDescription.TypeSubstituting.MethodList.AbstractBase<S extends MethodDescription>, MethodList.Empty, MethodList.Explicit<S extends MethodDescription>, MethodList.ForLoadedType, MethodList.ForTokens, MethodList.TypeSubstitutingmodCount| Constructor and Description |
|---|
TypeSubstituting(GenericTypeDescription declaringType,
List<? extends MethodDescription> methodDescriptions,
GenericTypeDescription.Visitor<? extends GenericTypeDescription> visitor)
Creates a new type substituting method list.
|
| Modifier and Type | Method and Description |
|---|---|
MethodDescription |
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 MethodDescription> methodDescriptions, GenericTypeDescription.Visitor<? extends GenericTypeDescription> visitor)
declaringType - The methods' declaring type.methodDescriptions - The list of method descriptions to represent.visitor - The visitor to apply to each method description before returning it.public MethodDescription get(int index)
get in interface List<MethodDescription>get in class AbstractList<MethodDescription>public int size()
size in interface Collection<MethodDescription>size in interface List<MethodDescription>size in class AbstractCollection<MethodDescription>Copyright © 2014–2015. All rights reserved.