Interface ShortObjectMap.PrimitiveEntry<V>

    • Method Detail

      • key

        short key()
        Gets the key for this entry.
      • value

        V value()
        Gets the value for this entry.
      • setValue

        void setValue​(V value)
        Sets the value for this entry.