C# Class Lucene.Net.Util.TestLongBitSet

Inheritance: LuceneTestCase
Exibir arquivo Open project: apache/lucenenet

Private Methods

Method Description
CheckNextSetBitArray ( int a, int numBits ) : void
CheckPrevSetBitArray ( int a, int numBits ) : void
DoGet ( BitArray a, LongBitSet b ) : void
DoNextSetBit ( BitArray a, LongBitSet b ) : void
DoPrevSetBit ( BitArray a, LongBitSet b ) : void
DoRandomSets ( int maxSize, int iter, int mode ) : void
MakeBitSet ( int a ) : BitArray
MakeLongFixedBitSet ( int a, int numBits ) : LongBitSet
TestClearLarge ( ) : void
TestClearSmall ( ) : void
TestEnsureCapacity ( ) : void
TestEquals ( ) : void
TestHashCodeEquals ( ) : void
TestNextBitSet ( ) : void
TestPrevSetBit ( ) : void
TestSmall ( ) : void
TestSmallBitSets ( ) : void