Spliterators.AbstractSpliterator.InterfaceConsts.Sorted フィールド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
注意事項
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()は、関連付けられた比較子を返します。または、すべての要素がComparableされ、その自然な順序で並べ替えられている場合はnullします。
SORTEDを報告する分割子も、ORDEREDを報告する必要があります。
このページの一部は、によって作成および共有され、に記載されている条件に従って使用される作業に基づく変更です。