| Modifier and Type | Method and Description |
|---|---|
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
|
FieldQuery getQuery()
QueryCollection<? extends T> results()
boolean isEmpty()
true if the result set is emptytrue if the result set is empty. Otherwise falseint size()
Copyright © 2010-2014 The Apache Software Foundation. All Rights Reserved.