Uses of Class
org.omnifaces.util.concurrentlinkedhashmap.ConcurrentLinkedHashMap
-
Packages that use ConcurrentLinkedHashMap Package Description org.omnifaces.util.concurrentlinkedhashmap This package contains an implementation of a boundedConcurrentMap
data structure. -
-
Uses of ConcurrentLinkedHashMap in org.omnifaces.util.concurrentlinkedhashmap
Methods in org.omnifaces.util.concurrentlinkedhashmap that return ConcurrentLinkedHashMap Modifier and Type Method Description ConcurrentLinkedHashMap<K,V>
ConcurrentLinkedHashMap.Builder. build()
Creates a newConcurrentLinkedHashMap
instance.
-