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