Package com.ibm.icu.impl.locale
Class LocaleObjectCache.CacheEntry<K,V>
- java.lang.Object
-
- java.lang.ref.Reference<T>
-
- java.lang.ref.SoftReference<V>
-
- com.ibm.icu.impl.locale.LocaleObjectCache.CacheEntry<K,V>
-
- Enclosing class:
- LocaleObjectCache<K,V>
private static class LocaleObjectCache.CacheEntry<K,V> extends java.lang.ref.SoftReference<V>
-
-
Constructor Summary
Constructors Constructor Description CacheEntry(K key, V value, java.lang.ref.ReferenceQueue<V> queue)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description (package private) K
getKey()
-