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 SummaryConstructors Constructor Description BagIterator()
- 
Method Summary
- 
Constructor Details- 
BagIteratorpublic BagIterator()
 
- 
- 
Method Details- 
next- Specified by:
- nextin interface- ComponentIterator<Entity>
 
- 
hasNextpublic boolean hasNext()- Specified by:
- hasNextin interface- ComponentIterator<Entity>
 
 
-