Class MethodInfoGenerator

All Implemented Interfaces:
Iterable<MethodInfo>, Collection<MethodInfo>, List<MethodInfo>

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