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