public interface IntRangeCheckMate
| Modifier and Type | Method and Description |
|---|---|
CheckMate |
and(java.lang.Integer endExclusive)
The end of the range check, exclusive.
|
IntRangeCheckMate |
between(java.lang.Integer start)
The start of the range check, inclusive.
|
IntRangeCheckMate |
intValue(java.lang.Comparable<java.lang.Integer> value)
The intValue to compare.
|
IntRangeCheckMate intValue(java.lang.Comparable<java.lang.Integer> value)
value - a Comparable of an Integer.IntRangeCheckMate.IntRangeCheckMate between(java.lang.Integer start)
start - Integer that represents the start of the range, inclusive.IntRangeCheckMate.Copyright © 2018. All rights reserved.