On Wed, Sep 3, 2025 at 6:06 PM Stephen Colebourne <[email protected]> wrote: > > Hmm, yes. Not sure why that didn't get added in Java 8! > The constants would be MAX/MIN as per classes like Instant. > Stephen
I thought that naming could be tricky :) The public constant Duration.ZERO and the public method isZero() are already there. However, it does not preclude us from naming a new constant MAX.
