Uses of Interface
mssql.googlecode.concurrentlinkedhashmap.EvictionListener
-
Packages that use EvictionListener Package Description mssql.googlecode.concurrentlinkedhashmap This package contains an implementation of a boundedConcurrentMapdata structure. -
-
Uses of EvictionListener in mssql.googlecode.concurrentlinkedhashmap
Methods in mssql.googlecode.concurrentlinkedhashmap with parameters of type EvictionListener Modifier and Type Method 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.
-