public class Range extends Object implements Serializable
| Constructor and Description |
|---|
Range(String inclusiveStart,
String exclusiveEnd)
Creates a range object.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getExclusiveEnd() |
String |
getInclusiveStart() |
int |
hashCode() |
boolean |
isInRange(String str) |
String |
toString() |
Copyright © 2014–2017. All rights reserved.