Uses of Class
org.qtunes.db.spi.simple.WAHBitSet

Packages that use WAHBitSet
org.qtunes.db.spi.simple   
 

Uses of WAHBitSet in org.qtunes.db.spi.simple
 

Methods in org.qtunes.db.spi.simple that return WAHBitSet
 WAHBitSet WAHBitSet.and(WAHBitSet other)
          Returns a new WAH compressed bitset after anding the current bitset with the other bitset.
 WAHBitSet WAHBitSet.or(WAHBitSet other)
          Returns a new WAH compressed bitset after oring the current bitset with the other bitset.
 

Methods in org.qtunes.db.spi.simple with parameters of type WAHBitSet
 WAHBitSet WAHBitSet.and(WAHBitSet other)
          Returns a new WAH compressed bitset after anding the current bitset with the other bitset.
 int WAHBitSet.andSize(WAHBitSet other)
          This is an optimization over the and function.
 WAHBitSet WAHBitSet.or(WAHBitSet other)
          Returns a new WAH compressed bitset after oring the current bitset with the other bitset.