|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.siebengeisslein.indexedlist.condition.AbstractQueryCondition
org.siebengeisslein.indexedlist.condition.AbstractEqualQueryCondition
public abstract class AbstractEqualQueryCondition
| Constructor Summary | |
|---|---|
AbstractEqualQueryCondition(java.lang.String name,
int limit)
|
|
| Method Summary | |
|---|---|
QueryResult |
execute(java.util.List<Index> indices)
|
protected abstract java.lang.Object |
getValue()
|
boolean |
matches(java.lang.Object next)
|
| Methods inherited from class org.siebengeisslein.indexedlist.condition.AbstractQueryCondition |
|---|
getFieldName, getLimit, getValue |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public AbstractEqualQueryCondition(java.lang.String name,
int limit)
| Method Detail |
|---|
public boolean matches(java.lang.Object next)
protected abstract java.lang.Object getValue()
public QueryResult execute(java.util.List<Index> indices)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||