次の方法で共有


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 自然な順序で並べ替えられている場合に返されます。

レポートする分割子も報告SORTEDORDEREDする必要があります。

の Java ドキュメントjava.util.Spliterator.SORTED

このページの一部は、Android オープンソース プロジェクトによって作成および共有され、クリエイティブ コモンズ 2.5 属性ライセンスに記載されている条件に従って使用される作業に基づく変更です。

適用対象