Spliterators.AbstractSpliterator Constructors

Definition

Overloads

Spliterators.AbstractSpliterator(Int64, Int32)

Creates a spliterator reporting the given estimated size and additionalCharacteristics.

Spliterators.AbstractSpliterator(IntPtr, JniHandleOwnership)

Spliterators.AbstractSpliterator(Int64, Int32)

Creates a spliterator reporting the given estimated size and additionalCharacteristics.

C#
[Android.Runtime.Register(".ctor", "(JI)V", "", ApiSince=24)]
protected AbstractSpliterator (long est, int additionalCharacteristics);

Parameters

est
Int64

the estimated size of this spliterator if known, otherwise Long.MAX_VALUE.

additionalCharacteristics
Int32

properties of this spliterator's source or elements. If SIZED is reported then this spliterator will additionally report SUBSIZED.

Attributes

Remarks

Creates a spliterator reporting the given estimated size and additionalCharacteristics.

Java documentation for java.util.Spliterators.AbstractSpliterator.Spliterators$AbstractSpliterator(long, int).

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

.NET for Android .NET for Android API 35 and .NET for Android .NET for Android API 34
Product Versions
.NET for Android .NET for Android API 34, .NET for Android API 35

Spliterators.AbstractSpliterator(IntPtr, JniHandleOwnership)

C#
protected AbstractSpliterator (IntPtr javaReference, Android.Runtime.JniHandleOwnership transfer);

Parameters

javaReference
IntPtr

Remarks

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

.NET for Android .NET for Android API 35 and .NET for Android .NET for Android API 34
Product Versions
.NET for Android .NET for Android API 34, .NET for Android API 35