Package com.algolia.search.iterators
Class IndexIterator<E>
- java.lang.Object
-
- com.algolia.search.iterators.IndexIterator<E>
-
-
Constructor Summary
Constructors Constructor Description IndexIterator(SearchIndex<E> index)IndexIterator(SearchIndex<E> index, BrowseIndexQuery query)IndexIterator(SearchIndex<E> index, BrowseIndexQuery query, RequestOptions requestOptions)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanhasNext()Enext()-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface java.util.Iterator
forEachRemaining, remove
-
-
-
-
Constructor Detail
-
IndexIterator
public IndexIterator(@Nonnull SearchIndex<E> index)
-
IndexIterator
public IndexIterator(@Nonnull SearchIndex<E> index, @Nonnull BrowseIndexQuery query)
-
IndexIterator
public IndexIterator(@Nonnull SearchIndex<E> index, @Nonnull BrowseIndexQuery query, RequestOptions requestOptions)
-
-