Apache Lucene.Net 2.4.0 Class Library API

SupportClass.CollectionsSupport.BitSet.NextSetBit Method 

Returns the next set bit at or index, or -1 if no such bit exists.

public int NextSetBit(
   int index
);

Parameters

index
the index of the bit at which to start checking

Return Value

the next set bit or -1

See Also

SupportClass.CollectionsSupport.BitSet Class | (global) Namespace