T
- item typepublic class SearchResultIterator<T> extends Object implements Iterator<T>
Constructor and Description |
---|
SearchResultIterator(SearchExecutionService<T> executionService,
Statement statement,
PageDefinition paging) |
Modifier and Type | Method and Description |
---|---|
boolean |
hasNext() |
static <ItemType> Iterable<ItemType> |
list(SearchExecutionService<ItemType> executionService) |
static <ItemType> Iterable<ItemType> |
list(SearchExecutionService<ItemType> executionService,
Statement statement,
PageDefinition paging) |
T |
next() |
void |
remove() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
forEachRemaining
public SearchResultIterator(SearchExecutionService<T> executionService, Statement statement, PageDefinition paging)
public static <ItemType> Iterable<ItemType> list(SearchExecutionService<ItemType> executionService)
public static <ItemType> Iterable<ItemType> list(SearchExecutionService<ItemType> executionService, Statement statement, PageDefinition paging)
Copyright © 2016 Lexmark Enterprise Software Deutschland GmbH. All rights reserved.