Uses of Class
org.maxicp.state.datastructures.BitSet
Packages that use BitSet
Package
Description
Backtrackable data structures (e.g., sparse-sets, maps, stack, intervals, bitsets)
-
Uses of BitSet in org.maxicp.state.datastructures
Subclasses of BitSet in org.maxicp.state.datastructuresModifier and TypeClassDescriptionclassTemporary bitset used to hold temporary value.classBitset of the same capacity as the outerStateSparseBitSet.Methods in org.maxicp.state.datastructures with parameters of type BitSetModifier and TypeMethodDescriptionintStateSparseBitSet.countIntersection(BitSet bs) booleanStateSparseBitSet.hasEmptyIntersection(BitSet bs) Test the emptiness of the intersection with a given BitSetvoidMakes the intersection with another bit-set but only on non zero-words of the outer sparse-bit-set.voidvoidIntersect this sparseBitSet with bsvoidRemove the content of the BitSet from this sparseBitSetvoidMakes the union with another bit-set but only on non zero-words of the outer sparse-bit-set.voidConstructors in org.maxicp.state.datastructures with parameters of type BitSetModifierConstructorDescriptionCopy a bitset.Copy or share a bitset.SupportBitSet(BitSet anotherBitSet) SupportBitSet(BitSet anotherBitSet, boolean shared)