Lucene.Net  3.0.3
Lucene.Net is a .NET port of the Java Lucene Indexing Library
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Properties
Public Member Functions | List of all members
Lucene.Net.Spatial.Util.MatchAllBits Class Reference

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

Inherits Lucene.Net.Spatial.Util.Bits.

Public Member Functions

 MatchAllBits (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 all bits set.

Definition at line 50 of file Bits.cs.

Constructor & Destructor Documentation

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

Definition at line 54 of file Bits.cs.

Member Function Documentation

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

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

Definition at line 59 of file Bits.cs.

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

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

Definition at line 64 of file Bits.cs.


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