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 SoftReference<V>
  • Field Details

    • _key

      private K _key
  • Constructor Details

  • Method Details

    • getKey

      K getKey()