Home
last modified time | relevance | path

Searched defs:SimpleCache (Results 1 – 3 of 3) sorted by relevance

/external/icu/icu4j/eclipse-build/plugins.template/com.ibm.icu.base/src/com/ibm/icu/impl/
DSimpleCache.java17 public class SimpleCache<K, V> implements ICUCache<K, V> { class
24 public SimpleCache() { in SimpleCache() method in SimpleCache
27 public SimpleCache(int cacheType) { in SimpleCache() method in SimpleCache
31 public SimpleCache(int cacheType, int initialCapacity) { in SimpleCache() method in SimpleCache
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
DSimpleCache.java17 public class SimpleCache<K, V> implements ICUCache<K, V> { class
24 public SimpleCache() { in SimpleCache() method in SimpleCache
27 public SimpleCache(int cacheType) { in SimpleCache() method in SimpleCache
31 public SimpleCache(int cacheType, int initialCapacity) { in SimpleCache() method in SimpleCache
/external/icu/android_icu4j/src/main/java/android/icu/impl/
DSimpleCache.java21 public class SimpleCache<K, V> implements ICUCache<K, V> { class
28 public SimpleCache() { in SimpleCache() method in SimpleCache
31 public SimpleCache(int cacheType) { in SimpleCache() method in SimpleCache
35 public SimpleCache(int cacheType, int initialCapacity) { in SimpleCache() method in SimpleCache