|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.jcon.data.FieldCriterion
public class FieldCriterion
A criterion for looking up an record based on the values of some of its fields.
| Constructor Summary | |
|---|---|
FieldCriterion(java.util.ArrayList fieldsOfInterest,
java.util.Map fieldValues)
Creates a new FieldCriterion that checks to see if all the fields of interest in the examined object match those in the provided Map. |
|
| Method Summary | |
|---|---|
boolean |
execute(java.lang.Object victim)
Evaluate if an object suits this criterion. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public FieldCriterion(java.util.ArrayList fieldsOfInterest,
java.util.Map fieldValues)
| Method Detail |
|---|
public boolean execute(java.lang.Object victim)
execute in interface UnaryPredicate
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||