|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface QueryResultList<T>
| Method Summary | |
|---|---|
FieldQuery |
getQuery()
Getter for the query of this result set. |
java.util.Set<java.lang.String> |
getSelectedFields()
The selected fields of this query |
java.lang.Class<T> |
getType()
The type of the results in the list |
boolean |
isEmpty()
true if the result set is empty |
java.util.Iterator<T> |
iterator()
Iterator over the results of this query |
java.util.Collection<? extends T> |
results()
Unmodifiable collection of the results |
int |
size()
The size of this result set |
| Method Detail |
|---|
FieldQuery getQuery()
Query
java.util.Set<java.lang.String> getSelectedFields()
java.util.Iterator<T> iterator()
iterator in interface java.lang.Iterable<T>java.util.Collection<? extends T> results()
boolean isEmpty()
true if the result set is empty
true if the result set is empty. Otherwise falseint size()
java.lang.Class<T> getType()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||