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