Interface MethodList<T extends MethodDescription>

Type Parameters:
T - The type of method descriptions represented by this list.
All Superinterfaces:
Collection<T>, FilterableList<T,MethodList<T>>, Iterable<T>, List<T>, SequencedCollection<T>
All Known Implementing Classes:
MethodList.AbstractBase, MethodList.Empty, MethodList.Explicit, MethodList.ForLoadedMethods, MethodList.ForTokens, MethodList.TypeSubstituting, TypePool.Default.LazyTypeDescription.MethodTokenList

public interface MethodList<T extends MethodDescription> extends FilterableList<T,MethodList<T>>
Implementations represent a list of method descriptions.