public interface Increasing
Value implementation has a
value that increases with time. More importantly, this value knows how to
calculate the remaining time it will take until a certain value is reached.
This time can be queried and used for e.g. scheduling purposes.| Modifier and Type | Method and Description |
|---|---|
Long |
getAscendTime(Number until)
Calculates the remaining time in ms till this parameter reaches the
argument value (increasing from lower values).
|
Long getAscendTime(Number until)
until - The value in the future.