Java.Util.BitSet.Clear Method
Clears all the bits in this BitSet.

Syntax

[Android.Runtime.Register("clear", "()V", "GetClearHandler")]
public virtual void Clear ()

Remarks

Clears all the bits in this BitSet. This method does not change the capacity. Use clear if you want to reuse this BitSet with the same capacity, but create a new BitSet if you're trying to potentially reclaim memory.

[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