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