Java.Util.BitSet.Get Method
Returns a new BitSet containing the range of bits [fromIndex, toIndex), shifted down so that the bit at fromIndex is at bit 0 in the new BitSet.

Syntax

[Android.Runtime.Register("get", "(II)Ljava/util/BitSet;", "GetGet_IIHandler")]
public virtual BitSet Get (int pos1, int pos2)

Parameters

fromIndex
Documentation for this section has not yet been entered.
toIndex
Documentation for this section has not yet been entered.

Returns

Documentation for this section has not yet been entered.

Exceptions

TypeReason
Java.Lang.IndexOutOfBoundsExceptionif fromIndex or toIndex is negative, or if toIndex is smaller than fromIndex.

Remarks

Returns a new BitSet containing the range of bits [fromIndex, toIndex), shifted down so that the bit at fromIndex is at bit 0 in the new BitSet.

[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