Interface ConcurrentRefValueIntObjectHashMap.IntReference<V>

All Known Implementing Classes:
ConcurrentWeakIntObjectHashMap.WeakIntReference
Enclosing class:
ConcurrentRefValueIntObjectHashMap<V>

protected static interface ConcurrentRefValueIntObjectHashMap.IntReference<V>
  • Method Summary

    Modifier and Type
    Method
    Description
    get()
     
    int
    key()
     
  • Method Details

    • key

      int key()
    • get

      V get()