Package | Description |
---|---|
org.omnifaces.util.concurrentlinkedhashmap |
This package contains an implementation of a bounded
ConcurrentMap data structure. |
Modifier and Type | Method and Description |
---|---|
ConcurrentLinkedHashMap.Builder<K,V> |
ConcurrentLinkedHashMap.Builder.listener(EvictionListener<K,V> listener)
Specifies an optional listener that is registered for notification when
an entry is evicted.
|
Copyright © 2012–2015 OmniFaces. All rights reserved.