Class MethodList.AbstractBase<S extends MethodDescription>

Type Parameters:
S - The type of method descriptions represented by this list.
All Implemented Interfaces:
Iterable<S>, Collection<S>, List<S>, MethodList<S>, FilterableList<S,MethodList<S>>
Direct Known Subclasses:
MethodList.Explicit, MethodList.ForLoadedMethods, MethodList.ForTokens, MethodList.TypeSubstituting, TypePool.Default.LazyTypeDescription.MethodTokenList
Enclosing interface:
MethodList<T extends MethodDescription>

public abstract static class MethodList.AbstractBase<S extends MethodDescription> extends FilterableList.AbstractBase<S,MethodList<S>> implements MethodList<S>
A base implementation of a MethodList.