|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectcom.infomancers.collections.util.predicates.InCollection<T>
public class InCollection<T>
Determines whether the item in question is contained within a predefined collection.
| Constructor Summary | |
|---|---|
InCollection(java.util.Collection<T> coll)
|
|
| 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 InCollection(java.util.Collection<T> coll)
| 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 | |||||||