Java.Util.BitSet.NextClearBit Method
Returns the index of the first bit that is clear on or after index.

Syntax

[Android.Runtime.Register("nextClearBit", "(I)I", "GetNextClearBit_IHandler")]
public virtual int NextClearBit (int pos)

Parameters

index
Documentation for this section has not yet been entered.

Returns

Documentation for this section has not yet been entered.

Exceptions

TypeReason
Java.Lang.IndexOutOfBoundsExceptionif index .

Remarks

Returns the index of the first bit that is clear on or after index. Since all bits past the end are implicitly clear, this never returns -1.

[Android Documentation]

Requirements

Namespace: Java.Util
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1