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