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.IBits Interface Reference

Interface for Bitset-like structures. More...

Inherited by Lucene.Net.Spatial.Util.Bits, and Lucene.Net.Spatial.Util.FixedBitSet.

Public Member Functions

bool Get (int index)
 
int Length ()
 

Detailed Description

Interface for Bitset-like structures.

Definition at line 23 of file Bits.cs.

Member Function Documentation

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

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