Class UnsignedLongRangeSet

  • All Implemented Interfaces:
    Mutable, MutationBehaviour<Mutable>

    @Beta
    public final class UnsignedLongRangeSet
    extends Object
    implements Mutable
    Utility RangeSet-like class, specialized for holding UnsignedLong. It does not directly implement the RangeSet interface, but allows converting to and from it. Internal implementation takes advantage of knowing that UnsignedLong is a discrete type and that it can be stored in a long.
    Author:
    Robert Varga