Interface Char2LongMap.Entry
- All Known Implementing Classes:
AbstractChar2LongMap.BasicEntry
- Enclosing interface:
Char2LongMap
-
Method Summary
Modifier and TypeMethodDescriptioncharReturns the key corresponding to this entry.default CharactergetKey()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
-
getCharKey
char getCharKey()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
-