Terracotta-OSS / offheap-store

A library that provides a set of map and cache implementations that store data outside of the normal Java heap
Apache License 2.0
90 stars 46 forks source link

Add `removeByHash(int hash)` API #32

Closed lorban closed 8 years ago

lorban commented 8 years ago

Being able to remove all mappings whose keys have a specific hashcode is a useful API for invalidating a mapping for which only the hashcode is known.