Interface Long2LongMap.Entry
- All Known Implementing Classes:
AbstractLong2LongMap.BasicEntry
- Enclosing interface:
Long2LongMap
-
Method Summary
Modifier and TypeMethodDescriptiondefault LonggetKey()Deprecated.Please use the corresponding type-specific method instead.longReturns the key corresponding to this entry.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
-
getLongKey
long getLongKey()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
-