Class FieldInfoGenerator

All Implemented Interfaces:
Iterable<FieldInfo>, Collection<FieldInfo>, List<FieldInfo>, SequencedCollection<FieldInfo>

class FieldInfoGenerator extends AbstractList<FieldInfo>
A list which wraps FieldInternal objects with a FieldInfo, so that the declaring class' reference can be set. This lazy construction is used to conserve memory usage.