
Documentation for concurrentlinkedhashmap that is a 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.
this package contains the javadoc files of libconcurrentlinkedhashmap-java.