Class Bag.BagIterator
java.lang.Object
com.deco2800.game.components.player.Bag.BagIterator
- All Implemented Interfaces:
ComponentIterator<Entity>
- Enclosing class:
- Bag
protected class Bag.BagIterator extends java.lang.Object implements ComponentIterator<Entity>
-
Constructor Summary
Constructors Constructor Description BagIterator()
-
Method Summary
-
Constructor Details
-
BagIterator
public BagIterator()
-
-
Method Details
-
next
- Specified by:
next
in interfaceComponentIterator<Entity>
-
hasNext
public boolean hasNext()- Specified by:
hasNext
in interfaceComponentIterator<Entity>
-