Uses of Package
org.omnifaces.util.concurrentlinkedhashmap
-
Packages that use org.omnifaces.util.concurrentlinkedhashmap Package Description org.omnifaces.util.concurrentlinkedhashmap This package contains an implementation of a boundedConcurrentMap
data structure. -
Classes in org.omnifaces.util.concurrentlinkedhashmap used by org.omnifaces.util.concurrentlinkedhashmap Class Description ConcurrentLinkedHashMap A hash table supporting full concurrency of retrievals, adjustable expected concurrency for updates, and a maximum capacity to bound the map by.ConcurrentLinkedHashMap.Builder A builder that createsConcurrentLinkedHashMap
instances.EvictionListener A listener registered for notification when an entry is evicted.