natix.CompactDS.Plain32InvertedIndex.Plain32InvertedIndex C# (CSharp) Method

Plain32InvertedIndex() public method

public Plain32InvertedIndex ( ) : System
return System
        public Plain32InvertedIndex()
        {
            this.table = new List<List<int>> ();
            this.numberOfItems = 0;
        }