Lucene.Net 1.4.3 Class Library

Lucene.Net.Util Namespace

Namespace hierarchy

Classes

Class Description
BitVector Optimized implementation of a vector of bits. This is more-or-less like java.util.BitSet, but also includes the following:
  • a count() method, which efficiently computes the number of one bits;
  • optimized read from and write to disk;
  • inlinable get() method;
Constants Some useful constants.
PriorityQueue A PriorityQueue maintains a partial ordering of its elements such that the least element can always be found in constant time. Put()'s and pop()'s require log(size) time.
StringHelper Methods for manipulating strings. $Id: StringHelper.java,v 1.2 2004/03/25 13:39:59 otis Exp $