BitSet.AndNot(BitSet) Method

Definition

Clears all of the bits in this BitSet whose corresponding bit is set in the specified BitSet.

[Android.Runtime.Register("andNot", "(Ljava/util/BitSet;)V", "GetAndNot_Ljava_util_BitSet_Handler")]
public virtual void AndNot (Java.Util.BitSet? set);
[<Android.Runtime.Register("andNot", "(Ljava/util/BitSet;)V", "GetAndNot_Ljava_util_BitSet_Handler")>]
abstract member AndNot : Java.Util.BitSet -> unit
override this.AndNot : Java.Util.BitSet -> unit

Parameters

set
BitSet

the BitSet with which to mask this BitSet

Attributes

Remarks

Java documentation for java.util.BitSet.andNot(java.util.BitSet).

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to