HomeSort by relevance Sort by last modified time
    Searched refs:SoftValue (Results 1 - 3 of 3) sorted by null

  /external/icu/android_icu4j/src/main/java/android/icu/impl/
CacheValue.java 79 return strength == Strength.STRONG ? new StrongValue<V>(value) : new SoftValue<V>(value);
134 private static final class SoftValue<V> extends CacheValue<V> {
137 SoftValue(V value) { ref = new SoftReference<V>(value); }
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
CacheValue.java 76 return strength == Strength.STRONG ? new StrongValue<V>(value) : new SoftValue<V>(value);
131 private static final class SoftValue<V> extends CacheValue<V> {
134 SoftValue(V value) { ref = new SoftReference<V>(value); }
  /external/cldr/tools/java/libs/
icu4j.jar 

Completed in 408 milliseconds