BitSet.IsEmpty Property

Definition

Returns true if this BitSet contains no bits that are set to true.

public virtual bool IsEmpty { [Android.Runtime.Register("isEmpty", "()Z", "GetIsEmptyHandler")] get; }
[<get: Android.Runtime.Register("isEmpty", "()Z", "GetIsEmptyHandler")>]
member this.IsEmpty : bool

Property Value

boolean indicating whether this BitSet is empty

Attributes

Remarks

Returns true if this BitSet contains no bits that are set to true.

Added in 1.4.

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

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