Interface Float2ByteMap.Entry
- All Known Implementing Classes:
AbstractFloat2ByteMap.BasicEntry
- Enclosing interface:
Float2ByteMap
-
Method Summary
Modifier and TypeMethodDescriptionbyteReturns the value corresponding to this entry.floatReturns the key corresponding to this entry.default FloatgetKey()Deprecated.Please use the corresponding type-specific method instead.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
-
getFloatKey
float getFloatKey()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
-