| Constructor and Description |
|---|
IndexIterator(SearchIndex<E> index) |
IndexIterator(SearchIndex<E> index,
BrowseIndexQuery query) |
IndexIterator(SearchIndex<E> index,
BrowseIndexQuery query,
RequestOptions requestOptions) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
hasNext() |
E |
next() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEachRemaining, removepublic IndexIterator(@Nonnull SearchIndex<E> index)
public IndexIterator(@Nonnull SearchIndex<E> index, @Nonnull BrowseIndexQuery query)
public IndexIterator(@Nonnull SearchIndex<E> index, @Nonnull BrowseIndexQuery query, RequestOptions requestOptions)
Copyright © 2019. All rights reserved.