Share via


PluralRules.GetAllKeywordValues(String) Method

Definition

Returns all the values that trigger this keyword, or null if the number of such values is unlimited.

[Android.Runtime.Register("getAllKeywordValues", "(Ljava/lang/String;)Ljava/util/Collection;", "GetGetAllKeywordValues_Ljava_lang_String_Handler", ApiSince=24)]
public virtual System.Collections.Generic.ICollection<Java.Lang.Double>? GetAllKeywordValues (string? keyword);
[<Android.Runtime.Register("getAllKeywordValues", "(Ljava/lang/String;)Ljava/util/Collection;", "GetGetAllKeywordValues_Ljava_lang_String_Handler", ApiSince=24)>]
abstract member GetAllKeywordValues : string -> System.Collections.Generic.ICollection<Java.Lang.Double>
override this.GetAllKeywordValues : string -> System.Collections.Generic.ICollection<Java.Lang.Double>

Parameters

keyword
String

the keyword

Returns

the values that trigger this keyword, or null. The returned collection is immutable. It will be empty if the keyword is not defined.

Attributes

Remarks

Returns all the values that trigger this keyword, or null if the number of such values is unlimited.

Java documentation for android.icu.text.PluralRules.getAllKeywordValues(java.lang.String).

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to