org.apache.solr.util
Class BitUtil

java.lang.Object
  extended by org.apache.lucene.util.BitUtil
      extended by org.apache.solr.util.BitUtil

Deprecated. Use BitUtil directly

public class BitUtil
extends BitUtil

A variety of high efficiencly bit twiddling routines.

Version:
$Id$

Field Summary
 
Fields inherited from class org.apache.lucene.util.BitUtil
ntzTable
 
Constructor Summary
BitUtil()
          Deprecated.  
 
Method Summary
 
Methods inherited from class org.apache.lucene.util.BitUtil
isPowerOfTwo, isPowerOfTwo, nextHighestPowerOfTwo, nextHighestPowerOfTwo, ntz, ntz, ntz2, ntz3, pop_andnot, pop_array, pop_intersect, pop_union, pop_xor, pop
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BitUtil

public BitUtil()
Deprecated. 


Copyright © 2010 Apache Software Foundation. All Rights Reserved.