Spliterators.AbstractSpliterator Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.
[Android.Runtime.Register(".ctor", "(JI)V", "", ApiSince=24)]
protected AbstractSpliterator (long est, int additionalCharacteristics);
[<Android.Runtime.Register(".ctor", "(JI)V", "", ApiSince=24)>]
new Java.Util.Spliterators.AbstractSpliterator : int64 * int -> Java.Util.Spliterators.AbstractSpliterator
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.
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.AbstractSpliterator(IntPtr, JniHandleOwnership)
protected AbstractSpliterator (IntPtr javaReference, Android.Runtime.JniHandleOwnership transfer);
new Java.Util.Spliterators.AbstractSpliterator : nativeint * Android.Runtime.JniHandleOwnership -> Java.Util.Spliterators.AbstractSpliterator
Parameters
- javaReference
-
IntPtr
nativeint
- transfer
- JniHandleOwnership
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.