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