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