Class HugeAtomicGrowingBitSet

    • Method Detail

      • set

        public void set​(long startIndex,
                        long endIndex)
        Description copied from class: HugeAtomicBitSet
        Sets the bits from the startIndex (inclusive) to the endIndex (exclusive).
        Overrides:
        set in class HugeAtomicBitSet
      • getAndSet

        public boolean getAndSet​(long index)
        Description copied from class: HugeAtomicBitSet
        Sets a bit and returns the previous value. The index should be less than the BitSet size.
        Overrides:
        getAndSet in class HugeAtomicBitSet