Interface Int2LongMap.Entry
- All Known Implementing Classes:
AbstractInt2LongMap.BasicEntry
- Enclosing interface:
Int2LongMap
-
Method Summary
Modifier and TypeMethodDescriptionintReturns the key corresponding to this entry.default IntegergetKey()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
-
getIntKey
int getIntKey()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
-