Uses of Class
com.ibm.icu.impl.CacheValue.Strength
-
Packages that use CacheValue.Strength Package Description com.ibm.icu.impl -
-
Uses of CacheValue.Strength in com.ibm.icu.impl
Fields in com.ibm.icu.impl declared as CacheValue.Strength Modifier and Type Field Description private static CacheValue.Strength
CacheValue. strength
Methods in com.ibm.icu.impl that return CacheValue.Strength Modifier and Type Method Description static CacheValue.Strength
CacheValue.Strength. valueOf(java.lang.String name)
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.Strength Modifier and Type Method Description static void
CacheValue. setStrength(CacheValue.Strength strength)
Changes the "strength" of value references for subsequentgetInstance()
calls.
-