Uses of Enum
com.ibm.icu.impl.CacheValue.Strength
Packages that use CacheValue.Strength
-
Uses of CacheValue.Strength in com.ibm.icu.impl
Subclasses with type arguments of type CacheValue.Strength in com.ibm.icu.implModifier and TypeClassDescriptionstatic enum"Strength" of holding a value in CacheValue instances.Fields in com.ibm.icu.impl declared as CacheValue.StrengthMethods in com.ibm.icu.impl that return CacheValue.StrengthModifier and TypeMethodDescriptionstatic CacheValue.StrengthReturns 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 voidCacheValue.setStrength(CacheValue.Strength strength) Changes the "strength" of value references for subsequentgetInstance()calls.