Module org.maxicp

Class StateSparseBitSet.SupportBitSet

java.lang.Object
org.maxicp.state.datastructures.BitSet
org.maxicp.state.datastructures.StateSparseBitSet.SupportBitSet
Enclosing class:
StateSparseBitSet

public class StateSparseBitSet.SupportBitSet extends BitSet
Bitset of the same capacity as the outer StateSparseBitSet. It is not synchronized with StateManager. It is rather intended to be used as parameter to the BitSet.intersect(BitSet) method to modify the outer StateSparseBitSet.
  • Constructor Details

    • SupportBitSet

      public SupportBitSet()
    • SupportBitSet

      public SupportBitSet(BitSet anotherBitSet)
    • SupportBitSet

      public SupportBitSet(BitSet anotherBitSet, boolean shared)