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