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

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

Public Methods

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

Private Methods

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

Method Details

AddRange() public method

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

AnonymousClassLongRangeBuilder() public method

public AnonymousClassLongRangeBuilder ( long lower, long upper, bool useBitSet, Lucene bits, System neededBounds, System neededShifts, TestNumericUtils enclosingInstance ) : System
lower long
upper long
useBitSet bool
bits Lucene
neededBounds System
neededShifts System
enclosingInstance TestNumericUtils
return System