Java.Util.BitSet.ValueOf Method
Equivalent to BitSet.valueOf(LongBuffer.wrap(longs)), but likely to be faster.

Syntax

[Android.Runtime.Register("valueOf", "([J)Ljava/util/BitSet;", "")]
public static BitSet ValueOf (long[] p0)

Parameters

longs
Documentation for this section has not yet been entered.

Returns

Documentation for this section has not yet been entered.

Remarks

Equivalent to BitSet.valueOf(LongBuffer.wrap(longs)), but likely to be faster. This is likely to be the fastest way to create a BitSet because it's closest to the internal representation.

[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