Class CycleRange
- java.lang.Object
-
- io.virtdata.libbasics.shared.from_long.to_int.CycleRange
-
- All Implemented Interfaces:
java.util.function.LongToIntFunction
public class CycleRange extends java.lang.Object implements java.util.function.LongToIntFunction
-
-
Constructor Summary
Constructors Constructor Description CycleRange(int maxValue)CycleRange(int minValue, int maxValue)
-
Method Summary
Modifier and Type Method Description intapplyAsInt(long operand)
-