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.ForLoadedType, MethodList.ForTokens, MethodList.TypeSubstitutingmodCount| 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, asTokenList, wrapfilter, getOnly, subListadd, add, addAll, clear, equals, hashCode, indexOf, iterator, lastIndexOf, listIterator, listIterator, remove, removeRange, setaddAll, contains, containsAll, isEmpty, remove, removeAll, retainAll, toArray, toArray, toStringclone, finalize, getClass, notify, notifyAll, wait, wait, waitfilter, getOnly, subListadd, add, addAll, addAll, clear, contains, containsAll, equals, hashCode, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, replaceAll, retainAll, set, sort, spliterator, toArray, toArrayparallelStream, removeIf, streampublic 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–2016. All rights reserved.