public class DescribeFollowsByUserIdIterator extends Object implements Iterator<FollowUser>, Iterable<FollowUser>
| Constructor and Description |
|---|
DescribeFollowsByUserIdIterator(CacheDatabase cache,
Gs2FriendRestClient client,
String namespaceName,
String userId,
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 DescribeFollowsByUserIdIterator(CacheDatabase cache, Gs2FriendRestClient client, String namespaceName, String userId, 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.