Package com.algolia.search.iterators
Class RulesIterator
- java.lang.Object
-
- com.algolia.search.iterators.RulesIterator
-
-
Constructor Summary
Constructors Constructor Description RulesIterator(SearchIndex<?> index)RulesIterator(SearchIndex<?> index, Integer hitsPerPage)RulesIterator(SearchIndex<?> index, Integer hitsPerPage, 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
-
RulesIterator
public RulesIterator(@Nonnull SearchIndex<?> index)
-
RulesIterator
public RulesIterator(@Nonnull SearchIndex<?> index, @Nonnull Integer hitsPerPage)
-
RulesIterator
public RulesIterator(@Nonnull SearchIndex<?> index, @Nonnull Integer hitsPerPage, RequestOptions requestOptions)
-
-