public class TimeInterval extends Object
| Constructor and Description |
|---|
TimeInterval(Instant start,
Duration duration) |
TimeInterval(Instant start,
Instant end) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
Duration |
getDuration() |
Instant |
getEnd() |
Instant |
getStart() |
int |
hashCode() |
Copyright © 2015. All rights reserved.