C# Class Lucene.Net.Util.Bits_MatchAllBits

Bits impl of the specified length with all bits set.
Inheritance: Bits
显示文件 Open project: apache/lucenenet Class Usage Examples

Public Methods

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

Method Details

Bits_MatchAllBits() public method

public Bits_MatchAllBits ( 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