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