Interface AbstractPurgeOnWriteReferenceValueMap.Keyed<K>

All Known Implementing Classes:
PurgeOnWriteSoftValueHashMap.SoftValueReference, PurgeOnWriteWeakValueHashMap.WeakValueReference
Enclosing class:
AbstractPurgeOnWriteReferenceValueMap<K,V,R extends Reference<V> & AbstractPurgeOnWriteReferenceValueMap.Keyed<K>>

protected static interface AbstractPurgeOnWriteReferenceValueMap.Keyed<K>
An object that remembers the key associated with it.
Author:
Garret Wilson
  • Method Summary

    Modifier and Type
    Method
    Description
     
  • Method Details

    • getKey

      K getKey()
      Returns:
      They key with which the referent value was associated.