Interface Object2ShortMap.Entry<K>
- All Known Implementing Classes:
AbstractObject2ShortMap.BasicEntry
- Enclosing interface:
Object2ShortMap<K>
-
Method Summary
Modifier and TypeMethodDescriptionshortReturns 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
-
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
-