fastutil icon indicating copy to clipboard operation
fastutil copied to clipboard

Add computeIfAbsentAndMoveToFirst() method to linked hash maps

Open leventov opened this issue 6 years ago • 0 comments

It's useful for implementing LRU caches.

To avoid blowing the number of methods, a boolean flag could be added to automatically "move to first" on any writes.

leventov avatar Nov 07 '17 03:11 leventov