libconcurrentlinkedhashmap-java

Implementation of java.util.LinkedHashMap with concurrency support

Description

Java library that provides a hash table supporting full concurrency of retrievals, adjustable expected concurrency for updates, and a maximum capacity to bound the map by. This implementation differs from java.util.concurrent.ConcurrentHashMap in that it maintains a page replacement algorithm that is used to evict an entry when the map has exceeded its capacity. Unlike the Java Collections Framework, this map does not have a publicly visible constructor and instances are created through a Builder.

Upload more screenshots

Please help extend the collection of screenshots. Just make a screenshot and upload it here. You don't need to register or anything.

Upload a screenshot

Hint: upload an image here from your clipboard with Ctrl-V


Homepage

http://code.google.com/p/concurrentlinkedhashmap/


Install this software package

If the package is available for the distribution you are currently using on your computer then install the software by clicking on…

Install libconcurrentlinkedhashmap-java