public interface Interval<T>
| Modifier and Type | Method and Description |
|---|---|
boolean |
endInclusive() |
T |
getEnd() |
T |
getStart() |
boolean |
isEmpty() |
boolean |
isPoint() |
boolean |
startInclusive() |
Copyright © 2012–2014. All rights reserved.