Uses of Class
com.ibm.icu.text.PluralRules.SampleType
-
Packages that use PluralRules.SampleType Package Description com.ibm.icu.text -
-
Uses of PluralRules.SampleType in com.ibm.icu.text
Fields in com.ibm.icu.text declared as PluralRules.SampleType Modifier and Type Field Description PluralRules.SampleTypePluralRules.DecimalQuantitySamples. sampleTypeDeprecated.This API is ICU internal only.Methods in com.ibm.icu.text that return PluralRules.SampleType Modifier and Type Method Description static PluralRules.SampleTypePluralRules.SampleType. valueOf(String name)Deprecated.Returns the enum constant of this type with the specified name.static PluralRules.SampleType[]PluralRules.SampleType. values()Deprecated.Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.ibm.icu.text with parameters of type PluralRules.SampleType Modifier and Type Method Description booleanPluralRules. computeLimited(String keyword, PluralRules.SampleType sampleType)Deprecated.internalCollection<com.ibm.icu.impl.number.DecimalQuantity>PluralRules. getAllKeywordValues(String keyword, PluralRules.SampleType type)Deprecated.This API is ICU internal only.Collection<com.ibm.icu.impl.number.DecimalQuantity>PluralRules. getDecimalQuantitySamples(String keyword, PluralRules.SampleType sampleType)Deprecated.ICU internal onlyPluralRules.DecimalQuantitySamplesPluralRules. getDecimalSamples(String keyword, PluralRules.SampleType sampleType)Deprecated.This API is ICU internal only.PluralRules.KeywordStatusPluralRules. getKeywordStatus(String keyword, int offset, Set<com.ibm.icu.impl.number.DecimalQuantity> explicits, Output<com.ibm.icu.impl.number.DecimalQuantity> uniqueValue, PluralRules.SampleType sampleType)Deprecated.This API is ICU internal only.Collection<Double>PluralRules. getSamples(String keyword, PluralRules.SampleType sampleType)Deprecated.ICU internal onlybooleanPluralRules. isLimited(String keyword, PluralRules.SampleType sampleType)Deprecated.internal
-