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