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