Interface Long2ShortMap.Entry
- All Known Implementing Classes:
AbstractLong2ShortMap.BasicEntry
- Enclosing interface:
Long2ShortMap
-
Method Summary
Modifier and TypeMethodDescriptiondefault LonggetKey()Deprecated.Please use the corresponding type-specific method instead.longReturns the key corresponding to this entry.shortReturns the value corresponding to this entry.default ShortgetValue()Deprecated.Please use the corresponding type-specific method instead.shortsetValue(short value) Replaces the value corresponding to this entry with the specified value (optional operation).default ShortDeprecated.Please use the corresponding type-specific method instead.
-
Method Details
-
getLongKey
long getLongKey()Returns the key corresponding to this entry.- See Also:
-
getKey
-
getShortValue
short getShortValue()Returns the value corresponding to this entry.- See Also:
-
setValue
short setValue(short value) Replaces the value corresponding to this entry with the specified value (optional operation).- See Also:
-
getValue
-
setValue
-