Class BitSetIterator

    • Constructor Detail

      • BitSetIterator

        public BitSetIterator​(BitSet bitSet)
        Default constructor for an immutable iterator.
        Parameters:
        bitSet - the bitset over which to iterate.
      • BitSetIterator

        public BitSetIterator​(BitSet bitSet,
                              boolean immutable)
        Constructor.
        Parameters:
        bitSet - the bitset over which to iterate
        immutable - a flag indicating whether the Iterator.remove() method should be supported