-
Method Summary
Called during assign operation to create a new mapping
for the given key and value.
Called during assign operation to replace an existing mapping
for the given key and value.
-
Method Details
-
mappedAssign
Called during assign operation to create a new mapping
for the given key and value.
- Parameters:
key - key being assigned to
value - value being assigned
- Returns:
- non-null mapping
-
mappedAssign
Called during assign operation to replace an existing mapping
for the given key and value.
- Parameters:
current - mapping to be replaced
key - key being assigned to
value - value being assigned
- Returns:
- same to keep mapping or non-null to replace mapping