protected class Transformer.ForMethod.TransformedMethod.TransformedParameterList extends ParameterList.AbstractBase<ParameterDescription>
ParameterList.AbstractBase<S extends ParameterDescription>, ParameterList.Empty<S extends ParameterDescription>, ParameterList.Explicit<S extends ParameterDescription>, ParameterList.ForLoadedExecutable<T>, ParameterList.ForTokens, ParameterList.TypeSubstituting
modCount
Modifier | Constructor and Description |
---|---|
protected |
TransformedParameterList() |
Modifier and Type | Method and Description |
---|---|
ParameterDescription |
get(int index) |
int |
size() |
asDefined, asTokenList, asTypeList, hasExplicitMetaData, 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
public ParameterDescription get(int index)
get
in interface List<ParameterDescription>
get
in class AbstractList<ParameterDescription>
public int size()
size
in interface Collection<ParameterDescription>
size
in interface List<ParameterDescription>
size
in class AbstractCollection<ParameterDescription>
Copyright © 2014–2019. All rights reserved.