public static class MethodList.Explicit extends FilterableList.AbstractBase<MethodDescription,MethodList> implements MethodList
MethodList.Empty, MethodList.Explicit, MethodList.ForLoadedType
FilterableList.AbstractBase<T,S extends FilterableList<T,S>>
modCount
Constructor and Description |
---|
Explicit(List<? extends MethodDescription> methodDescriptions)
Creates a new wrapper for a given list of methods.
|
Modifier and Type | Method and Description |
---|---|
MethodDescription |
get(int index) |
int |
size() |
protected MethodList |
wrap(List<MethodDescription> values)
Represents a list of values as an instance of this instance's list type.
|
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(List<? extends MethodDescription> methodDescriptions)
methodDescriptions
- The underlying list of methods used for this method list.public MethodDescription get(int index)
get
in interface List<MethodDescription>
get
in class AbstractList<MethodDescription>
public int size()
size
in interface Collection<MethodDescription>
size
in interface List<MethodDescription>
size
in class AbstractCollection<MethodDescription>
protected MethodList wrap(List<MethodDescription> values)
FilterableList.AbstractBase
wrap
in class FilterableList.AbstractBase<MethodDescription,MethodList>
values
- The values to wrap in an instance of this list's type.values
.Copyright © 2014–2015. All rights reserved.