public class StaticInterval
extends java.lang.Object
implements Interval
Manages retransmission timeouts. Always returns the next timeout, until the last timeout in the
array is reached. Returns the last timeout from then on. Note that this class is not immutable,
so it shouldn't be shared between instances, as next() will modify the state.