JUtil

Uses of Class
net.cscott.jutil.BitString

Uses of BitString in net.cscott.jutil
 

Methods in net.cscott.jutil that return BitString
 BitString BitString.clone()
          Clones the BitString.
 

Methods in net.cscott.jutil with parameters of type BitString
 boolean BitString.and(BitString set)
          Logically ANDs this bit set with the specified set of bits.
 void BitString.copyBits(BitString set)
          Copies the values of the bits in the specified set into this set.
 boolean BitString.intersectionEmpty(BitString other)
          Check if the intersection of the two sets is empty
 boolean BitString.or_upTo(BitString set, int bit)
          Logically ORs this bit set with the specified set of bits.
 boolean BitString.or(BitString set)
          Logically ORs this bit set with the specified set of bits.
 boolean BitString.xor(BitString set)
          Logically XORs this bit set with the specified set of bits.
 


JUtil

Copyright (c) 2006 C. Scott Ananian