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