|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.ov4j.db4oImpl.MultipleIDValidator<C>
public class MultipleIDValidator<C extends java.lang.Comparable<? super C>>
This class is used to validate multiple IDs at once.
Constructor Summary | |
---|---|
MultipleIDValidator(C[] ids)
Constructor. |
Method Summary | |
---|---|
void |
evaluate(com.db4o.query.Candidate c)
Evaluates whether or not the candidate should be included in the results. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public MultipleIDValidator(C[] ids)
ids
- IDs to use for validation.Method Detail |
---|
public void evaluate(com.db4o.query.Candidate c)
evaluate
in interface com.db4o.query.Evaluation
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |