Spliterator.Sorted 字段

定义

注意

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

表示遇到顺序的特征值遵循定义的排序顺序。

[Android.Runtime.Register("SORTED", 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 Sorted = 4;
[<Android.Runtime.Register("SORTED", 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 Sorted : Java.Util.SpliteratorCharacteristics

字段值

Value = 4
属性

注解

表示遇到顺序的特征值遵循定义的排序顺序。 如果是这样,方法 #getComparator() 将返回关联的比较器,或者 null 所有元素都是 Comparable 按其自然排序排序的。

报表 SORTED 还必须报告的 ORDERED拆分器。

适用于 . 的 java.util.Spliterator.SORTEDJava 文档

本页的某些部分是根据 Android 开放源代码项目创建和共享的工作进行的修改,并根据 Creative Commons 2.5 属性许可证中所述的术语使用。

适用于