Package fj.impl.funnel
Class ArrayForkLoopFunnel<T>
java.lang.Object
fj.impl.funnel.ArrayForkLoopFunnel<T>
- All Implemented Interfaces:
ForkLoopFunnel<T>
,Iterable<T>
- Author:
- Dennis Cosgrove
-
Method Details
-
values
- Specified by:
values
in interfaceForkLoopFunnel<T>
-
size
public int size()- Specified by:
size
in interfaceForkLoopFunnel<T>
-
isVoidReturn
public boolean isVoidReturn()- Specified by:
isVoidReturn
in interfaceForkLoopFunnel<T>
-
isWithIndex
public boolean isWithIndex() -
array
-
iterator
-