Interface FunctionIteratorIfc
-
- All Superinterfaces:
Serializable
public interface FunctionIteratorIfc extends Serializable
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleanhasNextFunction()FunctionIfcnextFunction()
-
-
-
Method Detail
-
hasNextFunction
boolean hasNextFunction()
-
nextFunction
FunctionIfc nextFunction()
-
-