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