package org.github.bcolyn.jmediahash.util.lucene;
/**
* These classes where copied from the Lucene project, and stripped from anything we don't need.
*
* These are needed to work around the limited API from java.util.BitSet. JDK7 will bring some improvements,
* but for now we want to remain JDK6 compatible.
*/