BitSet.And(BitSet) Method

Definition

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

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

Parameters

set
BitSet

a bit set

Attributes

Remarks

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