|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorca.util.AvailableUnits
public class AvailableUnits
Represents available units for a given interval.
| Field Summary | |
|---|---|
long |
end
End of the interval |
long |
start
Start of the interval |
long |
units
Available units |
| Constructor Summary | |
|---|---|
AvailableUnits()
|
|
AvailableUnits(long start,
long end,
long units)
|
|
| Method Summary | |
|---|---|
int |
compareTo(AvailableUnits other)
Compares this instance to another instance of the same class |
AvailableUnits |
copy()
|
java.lang.String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public long start
public long end
public long units
| Constructor Detail |
|---|
public AvailableUnits()
public AvailableUnits(long start,
long end,
long units)
| Method Detail |
|---|
public AvailableUnits copy()
public int compareTo(AvailableUnits other)
compareTo in interface java.lang.Comparable<AvailableUnits>public java.lang.String toString()
toString in class java.lang.Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||