public static class ParameterDescription.Token.TypeList extends AbstractList<ParameterDescription.Token>
modCount
Constructor and Description |
---|
TypeList(List<? extends TypeDefinition> typeDescriptions)
Creates a new list of types that represent parameters.
|
Modifier and Type | Method and Description |
---|---|
ParameterDescription.Token |
get(int index) |
int |
size() |
add, add, addAll, clear, equals, hashCode, indexOf, iterator, lastIndexOf, listIterator, listIterator, remove, removeRange, set, subList
addAll, contains, containsAll, isEmpty, remove, removeAll, retainAll, toArray, toArray, toString
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
addAll, contains, containsAll, isEmpty, remove, removeAll, replaceAll, retainAll, sort, spliterator, toArray, toArray
parallelStream, removeIf, stream
public TypeList(List<? extends TypeDefinition> typeDescriptions)
typeDescriptions
- The types to represent.public ParameterDescription.Token get(int index)
get
in interface List<ParameterDescription.Token>
get
in class AbstractList<ParameterDescription.Token>
public int size()
size
in interface Collection<ParameterDescription.Token>
size
in interface List<ParameterDescription.Token>
size
in class AbstractCollection<ParameterDescription.Token>
Copyright © 2014–2020. All rights reserved.