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