class FieldInfoGenerator extends java.util.AbstractList<FieldInfo>
Modifier and Type | Field and Description |
---|---|
private ClassInfo |
clazz |
private FieldInternal[] |
fields |
Constructor and Description |
---|
FieldInfoGenerator(ClassInfo clazz,
FieldInternal[] fields) |
Modifier and Type | Method and Description |
---|---|
FieldInfo |
get(int i) |
int |
size() |
add, add, addAll, clear, equals, hashCode, indexOf, iterator, lastIndexOf, listIterator, listIterator, remove, removeRange, set, subList
addAll, contains, containsAll, isEmpty, remove, removeAll, retainAll, toArray, toArray, toString
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
private final FieldInternal[] fields
private final ClassInfo clazz
public FieldInfoGenerator(ClassInfo clazz, FieldInternal[] fields)
public FieldInfo get(int i)