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

Inheritance: NumericUtils.IntRangeBuilder
显示文件 Open project: apache/lucenenet

Public Methods

Method Description
AddRange ( int min, int max, int shift ) : void
IntRangeBuilderAnonymousInnerClassHelper ( TestNumericUtils outerInstance, int lower, int upper, bool useBitSet, FixedBitSet bits, IEnumerator neededBounds, IEnumerator neededShifts ) : Lucene.Net.Randomized.Generators

Method Details

AddRange() public method

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

IntRangeBuilderAnonymousInnerClassHelper() public method

public IntRangeBuilderAnonymousInnerClassHelper ( TestNumericUtils outerInstance, int lower, int upper, bool useBitSet, FixedBitSet bits, IEnumerator neededBounds, IEnumerator neededShifts ) : Lucene.Net.Randomized.Generators
outerInstance TestNumericUtils
lower int
upper int
useBitSet bool
bits FixedBitSet
neededBounds IEnumerator
neededShifts IEnumerator
return Lucene.Net.Randomized.Generators