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