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