public class AddCycleRange extends Object implements IntUnaryOperator
| Constructor and Description |
|---|
AddCycleRange(int maxValue) |
AddCycleRange(int minValue,
int maxValue) |
| Modifier and Type | Method and Description |
|---|---|
int |
applyAsInt(int operand) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitandThen, compose, identitypublic AddCycleRange(int maxValue)
public AddCycleRange(int minValue,
int maxValue)
public int applyAsInt(int operand)
applyAsInt in interface IntUnaryOperatorCopyright © 2018. All rights reserved.