public class CycleRange extends Object implements IntUnaryOperator
| Constructor and Description |
|---|
CycleRange(int maxValue) |
CycleRange(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 CycleRange(int maxValue)
public CycleRange(int minValue,
int maxValue)
public int applyAsInt(int operand)
applyAsInt in interface IntUnaryOperatorCopyright © 2018. All rights reserved.