共用方式為


Map.OfEntries(IMapEntry[]) 方法

定義

警告

Use 'Java.Util.IMap.OfEntries'. This class will be removed in a future release.

傳回不可變的對應,其中包含從指定專案擷取的索引鍵和值。

[Android.Runtime.Register("ofEntries", "([Ljava/util/Map$Entry;)Ljava/util/Map;", "", ApiSince=30)]
[Java.Interop.JavaTypeParameters(new System.String[] { "K", "V" })]
[System.Obsolete("Use 'Java.Util.IMap.OfEntries'. This class will be removed in a future release.")]
public static System.Collections.IDictionary OfEntries (params Java.Util.IMapEntry[] entries);
[<Android.Runtime.Register("ofEntries", "([Ljava/util/Map$Entry;)Ljava/util/Map;", "", ApiSince=30)>]
[<Java.Interop.JavaTypeParameters(new System.String[] { "K", "V" })>]
[<System.Obsolete("Use 'Java.Util.IMap.OfEntries'. This class will be removed in a future release.")>]
static member OfEntries : Java.Util.IMapEntry[] -> System.Collections.IDictionary

參數

entries
IMapEntry[]

Map.Entry,包含地圖填入的索引鍵和值

傳回

Map,包含指定的對應

屬性

備註

java.util.Map.ofEntries(java.util.Entry)Java 檔。

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

適用於