C# Class Lucene.Net.Spatial.Util.Bits

Empty implementation, basically just so we can provide EMPTY_ARRAY
Inheritance: IBits
Mostrar archivo Open project: synhershko/lucene.net Class Usage Examples

Public Properties

Property Type Description
EMPTY_ARRAY Lucene.Net.Spatial.Util.Bits[]

Public Methods

Method Description
Get ( int index ) : bool
Length ( ) : int

Method Details

Get() public method

public Get ( int index ) : bool
index int
return bool

Length() public method

public Length ( ) : int
return int

Property Details

EMPTY_ARRAY public_oe static_oe property

public static Bits[],Lucene.Net.Spatial.Util EMPTY_ARRAY
return Lucene.Net.Spatial.Util.Bits[]