Package jnr.ffi.provider
Class InterfaceScanner.VariablesIterator
java.lang.Object
jnr.ffi.provider.InterfaceScanner.VariablesIterator
- All Implemented Interfaces:
Iterator<NativeVariable>
- Enclosing class:
- InterfaceScanner
private final class InterfaceScanner.VariablesIterator
extends Object
implements Iterator<NativeVariable>
-
Field Details
-
methods
-
nextIndex
private int nextIndex
-
-
Constructor Details
-
VariablesIterator
-
-
Method Details
-
hasNext
public boolean hasNext()- Specified by:
hasNext
in interfaceIterator<NativeVariable>
-
next
- Specified by:
next
in interfaceIterator<NativeVariable>
-
remove
public void remove()- Specified by:
remove
in interfaceIterator<NativeVariable>
-