public class AsyncSynonymsIterable extends Object implements Iterable<AbstractSynonym>
| Constructor and Description |
|---|
AsyncSynonymsIterable(AsyncIndex<?> index) |
AsyncSynonymsIterable(AsyncIndex<?> index,
Integer hitsPerPage) |
| Modifier and Type | Method and Description |
|---|---|
Iterator<AbstractSynonym> |
iterator() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEach, spliteratorpublic AsyncSynonymsIterable(@Nonnull AsyncIndex<?> index)
public AsyncSynonymsIterable(@Nonnull AsyncIndex<?> index, @Nonnull Integer hitsPerPage)
public Iterator<AbstractSynonym> iterator()
iterator in interface Iterable<AbstractSynonym>Copyright © 2018. All rights reserved.