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, subListaddAll, contains, containsAll, isEmpty, remove, removeAll, retainAll, toArray, toArray, toStringclone, finalize, getClass, notify, notifyAll, wait, wait, waitaddAll, contains, containsAll, isEmpty, remove, removeAll, replaceAll, retainAll, sort, spliterator, toArray, toArrayparallelStream, removeIf, streampublic 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–2019. All rights reserved.