Interface Int2ShortMap.Entry
- All Known Implementing Classes:
AbstractInt2ShortMap.BasicEntry
- Enclosing interface:
Int2ShortMap
-
Method Summary
Modifier and TypeMethodDescriptionintReturns the key corresponding to this entry.default IntegergetKey()Deprecated.Please use the corresponding type-specific method instead.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
-
getIntKey
int getIntKey()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
-