protected class TypePool.Default.LazyTypeDescription.MethodTokenList extends MethodList.AbstractBase<MethodDescription.InDefinedShape>
MethodList.AbstractBase<S extends MethodDescription>, MethodList.Empty<S extends MethodDescription>, MethodList.Explicit<S extends MethodDescription>, MethodList.ForLoadedMethods, MethodList.ForTokens, MethodList.TypeSubstituting
Modifier | Constructor and Description |
---|---|
protected |
MethodTokenList() |
Modifier and Type | Method and Description |
---|---|
MethodDescription.InDefinedShape |
get(int index) |
int |
size() |
asDefined, asTokenList, 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
public MethodDescription.InDefinedShape get(int index)
get
in interface java.util.List<MethodDescription.InDefinedShape>
get
in class java.util.AbstractList<MethodDescription.InDefinedShape>
public int size()
size
in interface java.util.Collection<MethodDescription.InDefinedShape>
size
in interface java.util.List<MethodDescription.InDefinedShape>
size
in class java.util.AbstractCollection<MethodDescription.InDefinedShape>