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 privateVariablesIterator(java.lang.reflect.Method[] methods)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanhasNext()NativeVariablenext()voidremove()
-
-
-
Method Detail
-
hasNext
public boolean hasNext()
- Specified by:
hasNextin interfacejava.util.Iterator<NativeVariable>
-
next
public NativeVariable next()
- Specified by:
nextin interfacejava.util.Iterator<NativeVariable>
-
remove
public void remove()
- Specified by:
removein interfacejava.util.Iterator<NativeVariable>
-
-