共用方式為


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

傳回

屬性

備註

java.util.concurrent.ConcurrentSkipListMap.pollLastEntry()Java 檔。

此頁面的部分是根據 Android 開放原始碼專案所建立和共用的工作進行修改,並根據 Creative Commons 2.5 屬性授權中所述的詞彙使用。

適用於