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