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 | List of all members
Lucene.Net.Spatial.Util.MatchNoBits Class Reference

Bits impl of the specified length with no bits set. More...

Inherits Lucene.Net.Spatial.Util.Bits.

Public Member Functions

 MatchNoBits (int len)
 
override bool Get (int index)
 
override int Length ()
 

Additional Inherited Members

- Static Public Attributes inherited from Lucene.Net.Spatial.Util.Bits
static readonly Bits[] EMPTY_ARRAY = new Bits[0]
 

Detailed Description

Bits impl of the specified length with no bits set.

Definition at line 73 of file Bits.cs.

Constructor & Destructor Documentation

Lucene.Net.Spatial.Util.MatchNoBits.MatchNoBits ( int  len)

Definition at line 77 of file Bits.cs.

Member Function Documentation

override bool Lucene.Net.Spatial.Util.MatchNoBits.Get ( int  index)
virtual

Reimplemented from Lucene.Net.Spatial.Util.Bits.

Definition at line 82 of file Bits.cs.

override int Lucene.Net.Spatial.Util.MatchNoBits.Length ( )
virtual

Reimplemented from Lucene.Net.Spatial.Util.Bits.

Definition at line 87 of file Bits.cs.


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