Interface ValueRef<K,​V>

  • Type Parameters:
    K - the key type
    V - the value type
    All Superinterfaces:
    java.util.Map.Entry<K,​V>
    All Known Implementing Classes:
    SoftValueRef, WeakValueRef

    public interface ValueRef<K,​V>
    extends java.util.Map.Entry<K,​V>
    ValueRef.
    • 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