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