public class CountExecuteStampSheetLogIterator extends Object implements Iterator<ExecuteStampSheetLogCount>, Iterable<ExecuteStampSheetLogCount>
| Constructor and Description |
|---|
CountExecuteStampSheetLogIterator(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<ExecuteStampSheetLogCount> |
iterator() |
ExecuteStampSheetLogCount |
next() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEachRemaining, removeforEach, spliteratorpublic CountExecuteStampSheetLogIterator(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<ExecuteStampSheetLogCount>public ExecuteStampSheetLogCount next()
next in interface Iterator<ExecuteStampSheetLogCount>public Iterator<ExecuteStampSheetLogCount> iterator()
iterator in interface Iterable<ExecuteStampSheetLogCount>Copyright © 2016-2019 Game Server Services, Inc. AllRights Reserved.