Interface ReferenceMap.ReferenceWithKey<K>

  • Type Parameters:
    K - the key
    Enclosing class:
    ReferenceMap<K,​V>

    protected static interface ReferenceMap.ReferenceWithKey<K>
    Interface for entries in the map.
    • Method Detail

      • getKey

        K getKey()
        Returns the key in the entry.
        Returns:
        an Object