org.decisiondeck.utils
Class NoNullEntries<K,V>

java.lang.Object
  extended by org.decisiondeck.utils.NoNullEntries<K,V>
All Implemented Interfaces:
Predicate<Map.Entry<K,V>>

public class NoNullEntries<K,V>
extends Object
implements Predicate<Map.Entry<K,V>>


Constructor Summary
NoNullEntries()
           
 
Method Summary
 boolean apply(Map.Entry<K,V> input)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.google.common.base.Predicate
equals
 

Constructor Detail

NoNullEntries

public NoNullEntries()
Method Detail

apply

public boolean apply(Map.Entry<K,V> input)
Specified by:
apply in interface Predicate<Map.Entry<K,V>>


Copyright © 2011. All Rights Reserved.