Skip to content

Flare v2.0.1

Latest
Compare
Choose a tag to compare
@vectrixdevelops vectrixdevelops released this 22 Jan 22:47

Changes:

  • Remove call to missLocked() on put.
  • Improve custom map entry remove, setValue, and make add function.
  • Improved the EntryIterator by simplifying iteration advancement and remove forEachRemaining.
  • Cleaned up the compute and put methods.

Bug Fixes:

  • Fixed compute in the ExpungingValue 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 not null.