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