Uses of Class
qilin.util.BitVector
-
Uses of BitVector in qilin.util
Modifier and TypeMethodDescriptionvoid
static BitVector
void
void
boolean
BitVector.intersects
(BitVector other) Returns true if the both the current and the specified bitvectors have at least one bit set in common.void
static BitVector
boolean
BitVector.orAndAndNot
(BitVector orset, BitVector andset, BitVector andnotset) Computes this = this OR ((orset AND andset ) AND (NOT andnotset)) Returns true iff this is modified.void