Interface WeakValueHashMap.ValueRef<K,V>

All Superinterfaces:
Map.Entry<K,V>
Enclosing class:
WeakValueHashMap<K,V>

public static interface WeakValueHashMap.ValueRef<K,V> extends Map.Entry<K,V>
Author:
Bill Burke, Adrian Brock, Ales Justin
  • Method Details

    • get

      V get()
      Get underlying value.
      Returns:
      the value