public class DescribeEntryModelsIterator extends Object implements Iterator<EntryModel>, Iterable<EntryModel>
| Constructor and Description |
|---|
DescribeEntryModelsIterator(CacheDatabase cache,
Gs2DictionaryRestClient client,
String namespaceName) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
hasNext() |
Iterator<EntryModel> |
iterator() |
EntryModel |
next() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEachRemaining, removeforEach, spliteratorpublic DescribeEntryModelsIterator(CacheDatabase cache, Gs2DictionaryRestClient client, String namespaceName)
public boolean hasNext()
hasNext in interface Iterator<EntryModel>public EntryModel next()
next in interface Iterator<EntryModel>public Iterator<EntryModel> iterator()
iterator in interface Iterable<EntryModel>Copyright © 2016-2019 Game Server Services, Inc. AllRights Reserved.