C# Класс Lucene.Net.Util.TestBitVector

Показать файл Открыть проект

Приватные методы

Метод Описание
DoCompare ( Lucene.Net.Util.BitVector bv, Lucene.Net.Util.BitVector compare ) : bool

Compare two BitVectors. This should really be an equals method on the BitVector itself.

DoTestClearVectorOfSize ( int n ) : void
DoTestConstructOfSize ( int n ) : void
DoTestCountVectorOfSize ( int n ) : void
DoTestGetSetVectorOfSize ( int n ) : void
DoTestWriteRead ( int n ) : void
TestClear ( ) : void
TestConstructSize ( ) : void
TestCount ( ) : void
TestGetSet ( ) : void
TestWriteRead ( ) : void