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