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