Interface FieldList<T extends FieldDescription>

Type Parameters:
T - The type of field descriptions represented by this list.
All Superinterfaces:
Collection<T>, FilterableList<T,FieldList<T>>, Iterable<T>, List<T>, SequencedCollection<T>
All Known Implementing Classes:
FieldList.AbstractBase, FieldList.Empty, FieldList.Explicit, FieldList.ForLoadedFields, FieldList.ForTokens, FieldList.TypeSubstituting, TypePool.Default.LazyTypeDescription.FieldTokenList, TypeWriter.Default.ForInlining.WithDecorationOnly.LazyFieldList

public interface FieldList<T extends FieldDescription> extends FilterableList<T,FieldList<T>>
Implementations represent a list of field descriptions.