C# Class Lucene.Net.Util.Bits_MatchNoBits

Bits impl of the specified length with no bits set.
Inheritance: Bits
Exibir arquivo Open project: apache/lucenenet

Public Methods

Method Description
Bits_MatchNoBits ( int len )
Get ( int index ) : bool
GetHashCode ( ) : int
Length ( ) : int

Method Details

Bits_MatchNoBits() public method

public Bits_MatchNoBits ( int len )
len int

Get() public method

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

GetHashCode() public method

public GetHashCode ( ) : int
return int

Length() public method

public Length ( ) : int
return int