언어

ConcurrentSkipListMap.PollLastEntry 메서드

정의

이 맵에서 가장 큰 키와 연결된 키-값 매핑을 제거하고 반환하거나 null 지도가 비어 있는 경우 반환합니다.

[Android.Runtime.Register("pollLastEntry", "()Ljava/util/Map$Entry;", "GetPollLastEntryHandler")]
public virtual Java.Util.IMapEntry? PollLastEntry();
[<Android.Runtime.Register("pollLastEntry", "()Ljava/util/Map$Entry;", "GetPollLastEntryHandler")>]
abstract member PollLastEntry : unit -> Java.Util.IMapEntry
override this.PollLastEntry : unit -> Java.Util.IMapEntry

반품

이 맵의 제거된 마지막 항목이거나, 이 맵이 비어 있으면 null입니다.

특성

설명

이 맵에서 가장 큰 키와 연결된 키-값 매핑을 제거하고 반환하거나, 맵이 비어 있으면 null을 반환합니다. 반환된 항목은 Entry.setValue 메서드를 지원하지 않습니다.

에 대한 java.util.concurrent.ConcurrentSkipListMap.pollLastEntryJava 참조

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

적용 대상