Create a SortedVIntList from a BitSet.

Namespace: Lucene.Net.Util
Assembly: Lucene.Net (in Lucene.Net.dll) Version: 2.9.4.1

Syntax

C#
public SortedVIntList(
	BitArray bits
)
Visual Basic
Public Sub New ( _
	bits As BitArray _
)
Visual C++
public:
SortedVIntList(
	BitArray^ bits
)

Parameters

bits
Type: System.Collections..::..BitArray
A bit set representing a set of integers.

See Also