public class DescribeProbabilitiesByUserIdIterator extends Object implements Iterator<Probability>, Iterable<Probability>
| Constructor and Description |
|---|
DescribeProbabilitiesByUserIdIterator(CacheDatabase cache,
Gs2LotteryRestClient client,
String namespaceName,
String lotteryName,
String userId) |
| 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 DescribeProbabilitiesByUserIdIterator(CacheDatabase cache, Gs2LotteryRestClient client, String namespaceName, String lotteryName, String userId)
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.