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