Uses of Class
com.ibm.icu.text.PluralRules.SampleType
-
Packages that use PluralRules.SampleType Package Description com.ibm.icu.text Extensions and enhancements to java.text to support unicode transforms, UnicodeSet, surrogate char utilities, UCA collation, normalization, break iteration (rule and dictionary based), enhanced number format, international string searching, and arabic shaping. -
-
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.FixedDecimalSamples. 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(java.lang.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(java.lang.String keyword, PluralRules.SampleType sampleType)Deprecated.internaljava.util.Collection<java.lang.Double>PluralRules. getAllKeywordValues(java.lang.String keyword, PluralRules.SampleType type)Deprecated.This API is ICU internal only.PluralRules.FixedDecimalSamplesPluralRules. getDecimalSamples(java.lang.String keyword, PluralRules.SampleType sampleType)Deprecated.This API is ICU internal only.PluralRules.KeywordStatusPluralRules. getKeywordStatus(java.lang.String keyword, int offset, java.util.Set<java.lang.Double> explicits, Output<java.lang.Double> uniqueValue, PluralRules.SampleType sampleType)Deprecated.This API is ICU internal only.java.util.Collection<java.lang.Double>PluralRules. getSamples(java.lang.String keyword, PluralRules.SampleType sampleType)Deprecated.ICU internal onlybooleanPluralRules. isLimited(java.lang.String keyword, PluralRules.SampleType sampleType)Deprecated.internal
-