Skip to content

Releases: trivago/fastutil-concurrent-wrapper

v0.2.1

07 Dec 17:02
623b947
Compare
Choose a tag to compare

fastutil lib as API dependency

v0.2.0

14 Nov 09:21
Compare
Choose a tag to compare

Adds computeIfAbsent() and computeIfPresent() methods to all versions of the maps.

Unify & enhance APIs by adding methods to all versions

07 Jan 11:38
bb4555b
Compare
Choose a tag to compare
Unify & enhance APIs by adding methods to all versions (#5)

* Unify & enhance APIs by adding methods to all versions

Adds the getDefaultValue() method to all versions of the maps. In addition, this changeset also adds the remove(key, value) method to all versions.

* Add tests for the LongLong variant

v0.0.1

04 Jan 20:04
Compare
Choose a tag to compare

Very first version. Basic API.