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