private final class InterfaceScanner.VariablesIterator extends java.lang.Object implements java.util.Iterator<NativeVariable>
| Modifier and Type | Field and Description |
|---|---|
private java.lang.reflect.Method[] |
methods |
private int |
nextIndex |
| Modifier | Constructor and Description |
|---|---|
private |
VariablesIterator(java.lang.reflect.Method[] methods) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
hasNext() |
NativeVariable |
next() |
void |
remove() |
private final java.lang.reflect.Method[] methods
private int nextIndex
public boolean hasNext()
hasNext in interface java.util.Iterator<NativeVariable>public NativeVariable next()
next in interface java.util.Iterator<NativeVariable>public void remove()
remove in interface java.util.Iterator<NativeVariable>