difference method
- SlotTimeUnit other
Returns the difference between this SlotTimeUnit and other
in units.
Implementation
int difference(SlotTimeUnit other) {
return index - other.index;
}
Returns the difference between this SlotTimeUnit and other
in units.
int difference(SlotTimeUnit other) {
return index - other.index;
}