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