Class ParameterList.Explicit<S extends ParameterDescription>
java.lang.Object
java.util.AbstractCollection<S>
java.util.AbstractList<S>
net.bytebuddy.matcher.FilterableList.AbstractBase<S, ParameterList<S>>
net.bytebuddy.description.method.ParameterList.AbstractBase<S>
net.bytebuddy.description.method.ParameterList.Explicit<S>
- Type Parameters:
S- The type of parameter descriptions represented by this list.
- All Implemented Interfaces:
Iterable<S>, Collection<S>, List<S>, SequencedCollection<S>, ParameterList<S>, FilterableList<S, ParameterList<S>>
- Enclosing interface:
ParameterList<T extends ParameterDescription>
public static class ParameterList.Explicit<S extends ParameterDescription>
extends ParameterList.AbstractBase<S>
A list of explicitly provided parameter descriptions.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classA parameter list representing parameters without meta data or annotations.Nested classes/interfaces inherited from interface FilterableList
FilterableList.AbstractBase<T,S>, FilterableList.Empty<T, S> Nested classes/interfaces inherited from interface ParameterList
ParameterList.AbstractBase<S>, ParameterList.Empty<S>, ParameterList.Explicit<S>, ParameterList.ForLoadedExecutable<T>, ParameterList.ForTokens, ParameterList.TypeSubstituting -
Field Summary
FieldsModifier and TypeFieldDescriptionThe list of parameter descriptions that are represented by this list.Fields inherited from class AbstractList
modCount -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class ParameterList.AbstractBase
asDefined, asTokenList, asTypeList, hasExplicitMetaData, wrapMethods inherited from class FilterableList.AbstractBase
filter, getOnly, subListMethods inherited from class AbstractList
add, add, addAll, clear, equals, hashCode, indexOf, iterator, lastIndexOf, listIterator, listIterator, remove, removeRange, setMethods inherited from class AbstractCollection
addAll, contains, containsAll, isEmpty, remove, removeAll, retainAll, toArray, toArray, toStringMethods inherited from interface Collection
parallelStream, removeIf, stream, toArrayMethods inherited from interface FilterableList
filter, getOnly, subListMethods inherited from interface List
add, add, addAll, addAll, addFirst, addLast, clear, contains, containsAll, equals, getFirst, getLast, hashCode, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, removeFirst, removeLast, replaceAll, retainAll, reversed, set, sort, spliterator, toArray, toArray
-
Field Details
-
parameterDescriptions
The list of parameter descriptions that are represented by this list.
-
-
Constructor Details
-
Explicit
Creates a new list of explicit parameter descriptions.- Parameters:
parameterDescription- The list of parameter descriptions that are represented by this list.
-
Explicit
-
-
Method Details
-
get
- Specified by:
getin interfaceList<S extends ParameterDescription>- Specified by:
getin classAbstractList<S extends ParameterDescription>
-
size
public int size()- Specified by:
sizein interfaceCollection<S extends ParameterDescription>- Specified by:
sizein interfaceList<S extends ParameterDescription>- Specified by:
sizein classAbstractCollection<S extends ParameterDescription>
-