JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
SEARCH:
Package
com.deco2800.game.components.player
Interface ComponentIterator<T>
All Known Implementing Classes:
Bag.BagIterator
public interface
ComponentIterator<T>
物品迭代器接口 物品迭代器
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
boolean
hasNext
()
T
next
()
Method Details
next
T
next
()
hasNext
boolean
hasNext
()