Lucene.Net  3.0.3
Lucene.Net is a port of the Lucene search engine library, written in C# and targeted at .NET runtime users.
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Properties Pages
Public Member Functions | Static Public Attributes | List of all members
Lucene.Net.Spatial.Util.Bits Class Reference

Empty implementation, basically just so we can provide EMPTY_ARRAY More...

Inherits Lucene.Net.Spatial.Util.IBits.

Inherited by Lucene.Net.Spatial.Util.MatchAllBits, and Lucene.Net.Spatial.Util.MatchNoBits.

Public Member Functions

virtual bool Get (int index)
 
virtual int Length ()
 

Static Public Attributes

static readonly Bits[] EMPTY_ARRAY = new Bits[0]
 

Detailed Description

Empty implementation, basically just so we can provide EMPTY_ARRAY

Definition at line 32 of file Bits.cs.

Member Function Documentation

virtual bool Lucene.Net.Spatial.Util.Bits.Get ( int  index)
virtual
virtual int Lucene.Net.Spatial.Util.Bits.Length ( )
virtual

Member Data Documentation

readonly Bits [] Lucene.Net.Spatial.Util.Bits.EMPTY_ARRAY = new Bits[0]
static

Definition at line 34 of file Bits.cs.


The documentation for this class was generated from the following file: