BitSet.Xor(BitSet) Method

Definition

Performs a logical <b>XOR</b> of this bit set with the bit set argument.

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

Parameters

set
BitSet

a bit set

Attributes

Remarks

Java documentation for java.util.BitSet.xor(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