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