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