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