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