Interface Short2ByteMap.Entry
- All Known Implementing Classes:
AbstractShort2ByteMap.BasicEntry
- Enclosing interface:
Short2ByteMap
-
Method Summary
Modifier and TypeMethodDescriptionbyteReturns the value corresponding to this entry.default ShortgetKey()Deprecated.Please use the corresponding type-specific method instead.shortReturns the key corresponding to this entry.default BytegetValue()Deprecated.Please use the corresponding type-specific method instead.bytesetValue(byte value) Replaces the value corresponding to this entry with the specified value (optional operation).default ByteDeprecated.Please use the corresponding type-specific method instead.
-
Method Details
-
getShortKey
short getShortKey()Returns the key corresponding to this entry.- See Also:
-
getKey
-
getByteValue
byte getByteValue()Returns the value corresponding to this entry.- See Also:
-
setValue
byte setValue(byte value) Replaces the value corresponding to this entry with the specified value (optional operation).- See Also:
-
getValue
-
setValue
-