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