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