語言

Spliterator.Sized 欄位

定義

警告

This constant will be removed in the future version. Use Java.Util.SpliteratorCharacteristics enum directly instead of this field.

特徵值表示,從遍歷或分裂前返回 estimateSize() 的值代表有限大小,若無結構源改變,則精確計數完成遍歷時會遇到的元素數量。

[Android.Runtime.Register("SIZED", ApiSince=24)]
[System.Obsolete("This constant will be removed in the future version. Use Java.Util.SpliteratorCharacteristics enum directly instead of this field.", true)]
public const Java.Util.SpliteratorCharacteristics Sized = 64;
[<Android.Runtime.Register("SIZED", ApiSince=24)>]
[<System.Obsolete("This constant will be removed in the future version. Use Java.Util.SpliteratorCharacteristics enum directly instead of this field.", true)>]
val mutable Sized : Java.Util.SpliteratorCharacteristics

欄位值

Value = 64
屬性

備註

特徵值表示,從遍歷或分裂前返回 estimateSize() 的值代表有限大小,若無結構源改變,則精確計數完成遍歷時會遇到的元素數量。

java.util.Spliterator.SIZEDJava 檔。

本頁部分內容為基於 Open Source Project 所創建與分享的作品,並依授權條款所描述的使用進行修改。

適用於