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