Package org.xcsp.common
Class Range.Rangesx6
- java.lang.Object
-
- org.xcsp.common.Range.Rangesx6
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
execute(FunctionalInterfaces.Intx6Consumer c6)
Executes the specified consumer on each sixtuple of integers contained in this range.
-
-
-
Method Detail
-
execute
public void execute(FunctionalInterfaces.Intx6Consumer c6)
Executes the specified consumer on each sixtuple of integers contained in this range.- Parameters:
c6
- an object consuming sixtuples of integers.
-
-