언어

Spliterator.Immutable 필드

정의

주의

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

요소 원본을 구조적으로 수정할 수 없음을 나타내는 특성 값입니다. 즉, 요소를 추가, 교체 또는 제거할 수 없으므로 이러한 변경 내용은 순회 중에 발생할 수 없습니다.

[Android.Runtime.Register("IMMUTABLE", 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 Immutable = 1024;
[<Android.Runtime.Register("IMMUTABLE", 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 Immutable : Java.Util.SpliteratorCharacteristics

필드 값

Value = 1024
특성

설명

요소 원본을 구조적으로 수정할 수 없음을 나타내는 특성 값입니다. 즉, 요소를 추가, 교체 또는 제거할 수 없으므로 이러한 변경 내용은 순회 중에 발생할 수 없습니다. 순회 중에 감지된 구조적 간섭과 관련하여 보고 IMMUTABLECONCURRENT 하지 않거나 문서화된 정책(예: throw ConcurrentModificationException)이 필요한 분할자입니다.

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

이 페이지의 일부는 만들고 공유한 작업을 기반으로 하며 에 설명된 조건에 따라 사용됩니다.

적용 대상