다음을 통해 공유


Spliterators.AbstractSpliterator.InterfaceConsts.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() 는 연결된 Comparator를 반환하거나 null 모든 요소가 Comparable 자연 순서에 따라 정렬되고 정렬되는 경우 반환합니다.

보고서도 보고 SORTEDORDERED해야 하는 분할자입니다.

에 대한 java.util.Spliterator.SORTEDJava 설명서

이 페이지의 일부는 Android 오픈 소스 프로젝트에서 만들고 공유하고 Creative Commons 2.5 특성 라이선스에 설명된 용어에 따라 사용되는 작업을 기반으로 하는 수정 사항입니다.

적용 대상