public class QueryResult<E> extends Object implements Serializable, Iterable<E>
| Constructor and Description |
|---|
QueryResult(List<E> list) |
QueryResult(List<E> list,
boolean aIsComplete) |
| Modifier and Type | Method and Description |
|---|---|
E |
getFirst()
convenience -
|
E |
getLast()
convenience -
|
List<E> |
getList() |
boolean |
isComplete() |
boolean |
isEmpty()
convenience - return whether the list is empty.
|
Iterator<E> |
iterator() |
int |
size()
convenience - the number of objects in the list
|
public boolean isComplete()
public int size()
public boolean isEmpty()
public E getFirst()
public E getLast()
Copyright © 2008-2016. All Rights Reserved.