|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectcom.infomancers.collections.util.PredicateNegation<T>
public final class PredicateNegation<T>
Created by IntelliJ IDEA. User: aviadbd Date: Jul 20, 2007 Time: 5:45:58 PM To change this template use File | Settings | File Templates.
| Constructor Summary | |
|---|---|
PredicateNegation(Predicate<T> internal)
|
|
| Method Summary | |
|---|---|
boolean |
evaluate(T item)
Evaluates an item to see if it fits the boolean query. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public PredicateNegation(Predicate<T> internal)
| Method Detail |
|---|
public boolean evaluate(T item)
evaluate in interface Predicate<T>item - The item to evaluate.
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||