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