Uses of Enum
com.ibm.icu.impl.CacheValue.Strength
Packages that use CacheValue.Strength
-
Uses of CacheValue.Strength in com.ibm.icu.impl
Fields in com.ibm.icu.impl declared as CacheValue.StrengthMethods in com.ibm.icu.impl that return CacheValue.StrengthModifier and TypeMethodDescriptionstatic CacheValue.Strength
Returns the enum constant of this type with the specified name.static CacheValue.Strength[]
CacheValue.Strength.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.ibm.icu.impl with parameters of type CacheValue.StrengthModifier and TypeMethodDescriptionstatic void
CacheValue.setStrength
(CacheValue.Strength strength) Changes the "strength" of value references for subsequentgetInstance()
calls.