言語

DateTimePatternGenerator.GetSkeletons メソッド

定義

このクラスから (正規形式で) すべてのスケルトンと、それらがマップされるパターンの一覧を返します。

[Android.Runtime.Register("getSkeletons", "(Ljava/util/Map;)Ljava/util/Map;", "GetGetSkeletons_Ljava_util_Map_Handler", ApiSince=24)]
public virtual System.Collections.Generic.IDictionary<string,string>? GetSkeletons(System.Collections.Generic.IDictionary<string,string>? result);
[<Android.Runtime.Register("getSkeletons", "(Ljava/util/Map;)Ljava/util/Map;", "GetGetSkeletons_Ljava_util_Map_Handler", ApiSince=24)>]
abstract member GetSkeletons : System.Collections.Generic.IDictionary<string, string> -> System.Collections.Generic.IDictionary<string, string>
override this.GetSkeletons : System.Collections.Generic.IDictionary<string, string> -> System.Collections.Generic.IDictionary<string, string>

パラメーター

result
IDictionary<String,String>

スケルトンからパターンへのマッピングを配置する出力マップ。 使用されている内部注文を表示する場合は、LinkedHashMap を指定します。 入力値が null の場合、LinkedHashMap が割り当てられます。 <p>Issue: 代替 API は、スケルトンのリストを返し、スケルトンからパターンに取得する別のルーチンを持つことです。

返品

値を含む入力マップ。

属性

注釈

このクラスから (正規形式で) すべてのスケルトンと、それらがマップされるパターンの一覧を返します。

Javaドキュメント。

このページの一部は、によって作成および共有され、に記載されている条件に従って使用される作業に基づく変更です。

適用対象