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