public class RangedInt extends Object
Modifier and Type | Class and Description |
---|---|
static class |
RangedInt.Operation |
Modifier and Type | Field and Description |
---|---|
protected int |
max |
protected int |
min |
protected RangedInt.Operation |
op |
Constructor and Description |
---|
RangedInt(String value) |
RangedInt(String value,
boolean squared) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
int |
getMax() |
int |
getMin() |
RangedInt.Operation |
getOperation() |
String |
toString() |
protected final RangedInt.Operation op
protected int min
protected int max
Copyright © 2019. All rights reserved.