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