Uses of Class
com.ibm.icu.impl.CacheValue
-
Packages that use CacheValue Package Description com.ibm.icu.impl com.ibm.icu.text -
-
Uses of CacheValue in com.ibm.icu.impl
Subclasses of CacheValue in com.ibm.icu.impl Modifier and Type Class Description private static class
CacheValue.NullValue<V>
private static class
CacheValue.SoftValue<V>
private static class
CacheValue.StrongValue<V>
Fields in com.ibm.icu.impl declared as CacheValue Modifier and Type Field Description private static CacheValue
CacheValue. NULL_VALUE
Methods in com.ibm.icu.impl that return CacheValue Modifier and Type Method Description static <V> CacheValue<V>
CacheValue. getInstance(V value)
Returns a CacheValue instance that holds the value. -
Uses of CacheValue in com.ibm.icu.text
Fields in com.ibm.icu.text declared as CacheValue Modifier and Type Field Description private static CacheValue<?>[]
BreakIterator. iterCache
-