Class RecordComponentInfoGenerator

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

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