Interface Reference2FloatMap.Entry<K>
- All Known Implementing Classes:
AbstractReference2FloatMap.BasicEntry
- Enclosing interface:
Reference2FloatMap<K>
-
Method Summary
Modifier and TypeMethodDescriptionfloatReturns the value corresponding to this entry.default FloatgetValue()Deprecated.Please use the corresponding type-specific method instead.floatsetValue(float value) Replaces the value corresponding to this entry with the specified value (optional operation).default FloatDeprecated.Please use the corresponding type-specific method instead.
-
Method Details
-
getFloatValue
float getFloatValue()Returns the value corresponding to this entry.- See Also:
-
setValue
float setValue(float value) Replaces the value corresponding to this entry with the specified value (optional operation).- See Also:
-
getValue
-
setValue
-