|
|||||||||
PREV NEXT | FRAMES NO FRAMES |
BitString
implements a vector of bits much like java.util.BitSet
,
except that this implementation actually works.where
in the
bit string which is set, or -1 if there is no such index.
BitString
.
BitString
is all zeroes.
where
in the
bit string which is set, or -1 if there is no such index.
BitString
: the
index of the highest set bit in the BitString
plus
one.
BitString
.
BitString
up to a given index.
BitString
to represent bit values.
|
|||||||||
PREV NEXT | FRAMES NO FRAMES |