Interface Float2LongMap.Entry
- All Known Implementing Classes:
AbstractFloat2LongMap.BasicEntry
- Enclosing interface:
Float2LongMap
-
Method Summary
Modifier and TypeMethodDescriptionfloatReturns the key corresponding to this entry.default FloatgetKey()Deprecated.Please use the corresponding type-specific method instead.longReturns the value corresponding to this entry.default LonggetValue()Deprecated.Please use the corresponding type-specific method instead.longsetValue(long value) Replaces the value corresponding to this entry with the specified value (optional operation).default LongDeprecated.Please use the corresponding type-specific method instead.
-
Method Details
-
getFloatKey
float getFloatKey()Returns the key corresponding to this entry.- See Also:
-
getKey
-
getLongValue
long getLongValue()Returns the value corresponding to this entry.- See Also:
-
setValue
long setValue(long value) Replaces the value corresponding to this entry with the specified value (optional operation).- See Also:
-
getValue
-
setValue
-