Changes:
- Remove call to
missLocked()
onput
. - Improve custom map entry
remove
,setValue
, and makeadd
function. - Improved the
EntryIterator
by simplifying iteration advancement and removeforEachRemaining
. - Cleaned up the
compute
andput
methods.
Bug Fixes:
- Fixed
compute
in theExpungingValue
to always consider the value updated even if the previous value is the same. - Fixed
tryExpunge
to return whether the value is expunged if the value is notnull
.