C# Class Lucene.Net.Util.TestNumericUtils.AnonymousClassIntRangeBuilder

Inheritance: NumericUtils.IntRangeBuilder
显示文件 Open project: synhershko/lucene.net

Public Methods

Method Description
AddRange ( int min, int max, int shift ) : void
AnonymousClassIntRangeBuilder ( int lower, int upper, bool useBitSet, Lucene bits, IEnumerator neededBounds, IEnumerator neededShifts, TestNumericUtils enclosingInstance ) : System

Private Methods

Method Description
InitBlock ( int lower, int upper, bool useBitSet, Lucene bits, IEnumerator neededBounds, IEnumerator neededShifts, TestNumericUtils enclosingInstance ) : void

Method Details

AddRange() public method

public AddRange ( int min, int max, int shift ) : void
min int
max int
shift int
return void

AnonymousClassIntRangeBuilder() public method

public AnonymousClassIntRangeBuilder ( int lower, int upper, bool useBitSet, Lucene bits, IEnumerator neededBounds, IEnumerator neededShifts, TestNumericUtils enclosingInstance ) : System
lower int
upper int
useBitSet bool
bits Lucene
neededBounds IEnumerator
neededShifts IEnumerator
enclosingInstance TestNumericUtils
return System