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