public static class ParameterDescription.Token.TypeList extends java.util.AbstractList<ParameterDescription.Token>
Modifier and Type | Field and Description |
---|---|
private java.util.List<? extends TypeDefinition> |
typeDescriptions
The list of types to represent as parameter tokens.
|
Constructor and Description |
---|
TypeList(java.util.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
private final java.util.List<? extends TypeDefinition> typeDescriptions
public TypeList(java.util.List<? extends TypeDefinition> typeDescriptions)
typeDescriptions
- The types to represent.public ParameterDescription.Token get(int index)
get
in interface java.util.List<ParameterDescription.Token>
get
in class java.util.AbstractList<ParameterDescription.Token>
public int size()
size
in interface java.util.Collection<ParameterDescription.Token>
size
in interface java.util.List<ParameterDescription.Token>
size
in class java.util.AbstractCollection<ParameterDescription.Token>