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