class MethodInfoGenerator extends java.util.AbstractList<MethodInfo>
Modifier and Type | Field and Description |
---|---|
private ClassInfo |
clazz |
private MethodInternal[] |
methods |
Constructor and Description |
---|
MethodInfoGenerator(ClassInfo clazz,
MethodInternal[] methods) |
Modifier and Type | Method and Description |
---|---|
MethodInfo |
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 MethodInternal[] methods
private final ClassInfo clazz
public MethodInfoGenerator(ClassInfo clazz, MethodInternal[] methods)
public MethodInfo get(int i)
get
in interface java.util.List<MethodInfo>
get
in class java.util.AbstractList<MethodInfo>
public int size()
size
in interface java.util.Collection<MethodInfo>
size
in interface java.util.List<MethodInfo>
size
in class java.util.AbstractCollection<MethodInfo>