Class FieldList.AbstractBase<S extends FieldDescription>

Type Parameters:
S - The type of field descriptions represented by this list.
All Implemented Interfaces:
Iterable<S>, Collection<S>, List<S>, FieldList<S>, FilterableList<S,FieldList<S>>
Direct Known Subclasses:
FieldList.Explicit, FieldList.ForLoadedFields, FieldList.ForTokens, FieldList.TypeSubstituting, TypePool.Default.LazyTypeDescription.FieldTokenList, TypeWriter.Default.ForInlining.WithDecorationOnly.LazyFieldList
Enclosing interface:
FieldList<T extends FieldDescription>

public abstract static class FieldList.AbstractBase<S extends FieldDescription> extends FilterableList.AbstractBase<S,FieldList<S>> implements FieldList<S>
An abstract base implementation of a FieldList.