class StringRange extends Object
Modifier and Type | Field and Description |
---|---|
private String |
end |
private boolean |
endInclusive |
private String |
start |
private boolean |
startInclusive |
Constructor and Description |
---|
StringRange(String start,
boolean startInclusive,
String end,
boolean endInclusive) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
String |
getEnd() |
String |
getStart() |
int |
hashCode() |
boolean |
inRange(String value) |
boolean |
isEndInclusive() |
boolean |
isStartInclusive() |
String |
toString() |
private boolean startInclusive
private boolean endInclusive
public StringRange(String start, boolean startInclusive, String end, boolean endInclusive)
public boolean isStartInclusive()
public boolean isEndInclusive()
Copyright © 2007–2021 The Apache Software Foundation. All rights reserved.