public class Interval extends Object implements Comparable<Interval>
| Constructor and Description |
|---|
Interval(int start,
int end) |
public int compareTo(Interval o)
compareTo in interface Comparable<Interval>public int getStart()
public int getEnd()
Copyright © 2009–2020 Free University of Bozen-Bolzano. All rights reserved.