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.SampleType
PluralRules.DecimalQuantitySamples. sampleType
Deprecated.This API is ICU internal only.Methods in com.ibm.icu.text that return PluralRules.SampleType Modifier and Type Method Description static PluralRules.SampleType
PluralRules.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 private static void
PluralRules.DecimalQuantitySamples. checkDecimal(PluralRules.SampleType sampleType2, DecimalQuantity sample)
Deprecated.boolean
PluralRules. computeLimited(java.lang.String keyword, PluralRules.SampleType sampleType)
Deprecated.internalboolean
PluralRules.RuleList. computeLimited(java.lang.String keyword, PluralRules.SampleType sampleType)
java.util.Collection<DecimalQuantity>
PluralRules. getAllKeywordValues(java.lang.String keyword, PluralRules.SampleType type)
Deprecated.This API is ICU internal only.java.util.Collection<DecimalQuantity>
PluralRules. getDecimalQuantitySamples(java.lang.String keyword, PluralRules.SampleType sampleType)
Deprecated.ICU internal onlyPluralRules.DecimalQuantitySamples
PluralRules. getDecimalSamples(java.lang.String keyword, PluralRules.SampleType sampleType)
Deprecated.This API is ICU internal only.PluralRules.DecimalQuantitySamples
PluralRules.RuleList. getDecimalSamples(java.lang.String keyword, PluralRules.SampleType sampleType)
PluralRules.KeywordStatus
PluralRules. getKeywordStatus(java.lang.String keyword, int offset, java.util.Set<DecimalQuantity> explicits, Output<DecimalQuantity> 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 onlyboolean
PluralRules.AndConstraint. isLimited(PluralRules.SampleType sampleType)
boolean
PluralRules.Constraint. isLimited(PluralRules.SampleType sampleType)
boolean
PluralRules. isLimited(java.lang.String keyword, PluralRules.SampleType sampleType)
Deprecated.internalboolean
PluralRules.OrConstraint. isLimited(PluralRules.SampleType sampleType)
boolean
PluralRules.RangeConstraint. isLimited(PluralRules.SampleType sampleType)
boolean
PluralRules.Rule. isLimited(PluralRules.SampleType sampleType)
boolean
PluralRules.RuleList. isLimited(java.lang.String keyword, PluralRules.SampleType sampleType)
Constructors in com.ibm.icu.text with parameters of type PluralRules.SampleType Constructor Description DecimalQuantitySamples(PluralRules.SampleType sampleType, java.util.Set<PluralRules.DecimalQuantitySamplesRange> samples, boolean bounded)
Deprecated.The samples must be immutable.
-