Apache Lucene.Net 2.4.0 Class Library API

BitVector Class

Optimized implementation of a vector of bits. This is more-or-less like java.util.BitSet, but also includes the following:

For a list of all members of this type, see BitVector Members.

System.Object
   Lucene.Net.Util.BitVector

public sealed class BitVector

Thread Safety

Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

Requirements

Namespace: Lucene.Net.Util

Assembly: Lucene.Net (in Lucene.Net.dll)

See Also

BitVector Members | Lucene.Net.Util Namespace