Is this deadline before another. Two deadlines must be created using the same Ticker.
(Deadline other)
| 135 | * Ticker}. |
| 136 | */ |
| 137 | public boolean isBefore(Deadline other) { |
| 138 | checkTicker(other); |
| 139 | return this.deadlineNanos - other.deadlineNanos < 0; |
| 140 | } |
| 141 | |
| 142 | /** |
| 143 | * Return the minimum deadline of {@code this} or an other deadline. They must be created using |