Class ParameterList.AbstractBase<S extends ParameterDescription>

Type Parameters:
S - The type of parameter descriptions represented by this list.
All Implemented Interfaces:
Iterable<S>, Collection<S>, List<S>, ParameterList<S>, FilterableList<S,ParameterList<S>>
Direct Known Subclasses:
ParameterList.Explicit, ParameterList.Explicit.ForTypes, ParameterList.ForLoadedExecutable, ParameterList.ForLoadedExecutable.OfLegacyVmConstructor, ParameterList.ForLoadedExecutable.OfLegacyVmMethod, ParameterList.ForTokens, ParameterList.TypeSubstituting, Transformer.ForMethod.TransformedMethod.TransformedParameterList, TypePool.Default.LazyTypeDescription.LazyMethodDescription.LazyParameterList
Enclosing interface:
ParameterList<T extends ParameterDescription>

public abstract static class ParameterList.AbstractBase<S extends ParameterDescription> extends FilterableList.AbstractBase<S,ParameterList<S>> implements ParameterList<S>
An base implementation for a ParameterList.