public boolean lessThan (Duration other)

Returns true if the specified duration is less than (<) this instance. INDEFINITE is treated as if it were positive infinity.

Parameters:
other    cannot be null

Returns:  true if millis < other.millis using double arithmetic