public class TimeInterval extends Object
| Constructor and Description |
|---|
TimeInterval(java.time.Instant begin,
java.time.Instant end) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
contains(java.time.Instant i) |
boolean |
equals(Object obj) |
java.time.Instant |
getBegin() |
java.time.Instant |
getEnd() |
int |
hashCode() |
boolean |
isValid() |
void |
setBegin(java.time.Instant begin) |
void |
setEnd(java.time.Instant end) |
String |
toString() |
Copyright © 2019. All rights reserved.