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