Package jnr.ffi.provider
Class InterfaceScanner.VariablesIterator
- java.lang.Object
-
- jnr.ffi.provider.InterfaceScanner.VariablesIterator
-
- All Implemented Interfaces:
java.util.Iterator<NativeVariable>
- Enclosing class:
- InterfaceScanner
private final class InterfaceScanner.VariablesIterator extends java.lang.Object implements java.util.Iterator<NativeVariable>
-
-
Constructor Summary
Constructors Modifier Constructor Description private
VariablesIterator(java.lang.reflect.Method[] methods)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
hasNext()
NativeVariable
next()
void
remove()
-
-
-
Method Detail
-
hasNext
public boolean hasNext()
- Specified by:
hasNext
in interfacejava.util.Iterator<NativeVariable>
-
next
public NativeVariable next()
- Specified by:
next
in interfacejava.util.Iterator<NativeVariable>
-
remove
public void remove()
- Specified by:
remove
in interfacejava.util.Iterator<NativeVariable>
-
-