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