Interface Short2ReferenceMap.Entry<V>

    • Method Summary

      Modifier and Type Method Description
      default Short getKey()
      Deprecated.
      Please use the corresponding type-specific method instead.
      short getShortKey()
      Returns the key corresponding to this entry.
    • Method Detail

      • getShortKey

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