Uses of Class
qilin.util.BitVector
Packages that use BitVector
-
Uses of BitVector in qilin.util
Methods in qilin.util that return BitVectorMethods in qilin.util with parameters of type BitVectorModifier and TypeMethodDescriptionvoidstatic BitVectorvoidvoidbooleanBitVector.intersects(BitVector other) Returns true if the both the current and the specified bitvectors have at least one bit set in common.voidstatic BitVectorbooleanBitVector.orAndAndNot(BitVector orset, BitVector andset, BitVector andnotset) Computes this = this OR ((orset AND andset ) AND (NOT andnotset)) Returns true iff this is modified.voidConstructors in qilin.util with parameters of type BitVector