Package: libconcurrentlinkedhashmap-java-doc Priority: optional Section: doc Installed-Size: 424 Maintainer: Debian Java Maintainers Architecture: all Source: libconcurrentlinkedhashmap-java Version: 1.1~jdk5-1 Recommends: libconcurrentlinkedhashmap-java Suggests: default-jdk-doc Filename: pool/main/libc/libconcurrentlinkedhashmap-java/libconcurrentlinkedhashmap-java-doc_1.1~jdk5-1_all.deb Size: 31776 MD5sum: 1a4c36ddcd69fe779d090b180800d7e3 SHA1: 9edf8f408ed63df7ebb340ed104842f833ad8e87 SHA256: 883d3ebf14ab11c0ccd1694f7c3685236fdfcfb384ea4d573ec8c69f42953cb3 Description: Documentation for libconcurrentlinkedhashmap-java 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. Homepage: http://code.google.com/p/concurrentlinkedhashmap/