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

Enclosing class:
NullSafeConcurrentHashMap

public static interface NullSafeConcurrentHashMap.KeyFilter


Method Summary
 boolean exclude(Object key)
           
 

Method Detail

exclude

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


Copyright © 2006-2010 Apache Software Foundation. All Rights Reserved.