| Constructor and Description |
|---|
Interval(double min,
double max) |
Interval(Interval other) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
Interval |
expandToInclude(Interval other) |
double |
getCentre() |
boolean |
intersects(Interval other) |
public Interval(Interval other)
public Interval(double min,
double max)
Copyright © 2019. All rights reserved.