org.objectweb.jac.util
Class NotInCollectionPredicate

java.lang.Object
  |
  +--org.objectweb.jac.util.Predicate
        |
        +--org.objectweb.jac.util.NotInCollectionPredicate

public class NotInCollectionPredicate
extends Predicate


Constructor Summary
NotInCollectionPredicate(Collection collection)
           
 
Method Summary
 boolean apply(Object object)
           
 
Methods inherited from class org.objectweb.jac.util.Predicate
filter
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NotInCollectionPredicate

public NotInCollectionPredicate(Collection collection)
Method Detail

apply

public boolean apply(Object object)
Specified by:
apply in class Predicate