An instance may be called concurrently by multiple threads to process different entries. Implementations of this interface should avoid performing blocking calls or synchronizing on shared resources. @param < K> the most general type of keys this listener can listen for; forexample {@code Object} if any key is acceptable @param < V> the most general type of values this listener can listen for; forexample {@code Object} if any key is acceptable
|
|