Interface Long2ObjectMap.Entry<V>

    • Method Detail

      • getLongKey

        long getLongKey()
        Returns the key corresponding to this entry.
        See Also:
        Map.Entry.getKey()