org.apache.openjpa.lib.util.concurrent
Interface NullSafeConcurrentHashMap.KeyFilter

Enclosing class:
NullSafeConcurrentHashMap

public static interface NullSafeConcurrentHashMap.KeyFilter


Method Summary
 boolean exclude(java.lang.Object key)
           
 

Method Detail

exclude

boolean exclude(java.lang.Object key)
Parameters:
key - may be null
Returns:
whether or not key shuold be excluded