Interface WeakValueHashMap.ValueRef<K,​V>

  • All Superinterfaces:
    java.util.Map.Entry<K,​V>
    Enclosing class:
    WeakValueHashMap<K,​V>

    public static interface WeakValueHashMap.ValueRef<K,​V>
    extends java.util.Map.Entry<K,​V>
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      V get()
      Get underlying value.
      • Methods inherited from interface java.util.Map.Entry

        equals, getKey, getValue, hashCode, setValue
    • Method Detail

      • get

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