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