S
- The type of method descriptions represented by this list.public static class MethodList.Explicit<S extends MethodDescription> extends MethodList.AbstractBase<S>
MethodList.AbstractBase<S extends MethodDescription>, MethodList.Empty<S extends MethodDescription>, MethodList.Explicit<S extends MethodDescription>, MethodList.ForLoadedMethods, MethodList.ForTokens, MethodList.TypeSubstituting
modCount
Constructor and Description |
---|
Explicit(List<? extends S> methodDescriptions)
Creates a new wrapper for a given list of methods.
|
Explicit(S... methodDescription)
Creates a new wrapper for a given list of methods.
|
Modifier and Type | Method and Description |
---|---|
S |
get(int index) |
int |
size() |
asDefined, asSignatureTokenList, asSignatureTokenList, asTokenList, 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 Explicit(S... methodDescription)
methodDescription
- The underlying list of methods used for this method list.public S get(int index)
get
in interface List<S extends MethodDescription>
get
in class AbstractList<S extends MethodDescription>
public int size()
size
in interface Collection<S extends MethodDescription>
size
in interface List<S extends MethodDescription>
size
in class AbstractCollection<S extends MethodDescription>
Copyright © 2014–2024. All rights reserved.