Spliterators.AbstractLongSpliterator Constructors

Definition

Overloads

Spliterators.AbstractLongSpliterator(Int64, Int32)

Creates a spliterator reporting the given estimated size and characteristics.

Spliterators.AbstractLongSpliterator(IntPtr, JniHandleOwnership)

Spliterators.AbstractLongSpliterator(Int64, Int32)

Creates a spliterator reporting the given estimated size and characteristics.

[Android.Runtime.Register(".ctor", "(JI)V", "", ApiSince=24)]
protected AbstractLongSpliterator (long est, int additionalCharacteristics);
[<Android.Runtime.Register(".ctor", "(JI)V", "", ApiSince=24)>]
new Java.Util.Spliterators.AbstractLongSpliterator : int64 * int -> Java.Util.Spliterators.AbstractLongSpliterator

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 characteristics.

Java documentation for java.util.Spliterators.AbstractLongSpliterator.Spliterators$AbstractLongSpliterator(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

Spliterators.AbstractLongSpliterator(IntPtr, JniHandleOwnership)

protected AbstractLongSpliterator (IntPtr javaReference, Android.Runtime.JniHandleOwnership transfer);
new Java.Util.Spliterators.AbstractLongSpliterator : nativeint * Android.Runtime.JniHandleOwnership -> Java.Util.Spliterators.AbstractLongSpliterator

Parameters

javaReference
IntPtr

nativeint

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