public class Range extends Object
Modifier and Type | Class and Description |
---|---|
static class |
Range.RangeTupple |
Modifier and Type | Method and Description |
---|---|
boolean |
isEmpty() |
static Boolean |
isValidIntRangeInput(String text) |
static void |
main(String[] args) |
String |
toString() |
boolean |
valueInRange(int val) |
boolean |
valueInRange(String text) |
Copyright © 2016. All rights reserved.