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