public class UnitStackGroupIterator
extends java.lang.Object
Constructor and Description |
---|
UnitStackGroupIterator(Country from)
Extract the UnitStackGroup from Country "from" and create a UnitStackGroupIterator
|
UnitStackGroupIterator(UnitStackGroup usg)
Create a UnitStackGroupIterator
|
Modifier and Type | Method and Description |
---|---|
boolean |
hasNext()
Is a next UnitStack available?
|
UnitStack |
next()
Get the next UnitStack
|
public UnitStackGroupIterator(Country from)
public UnitStackGroupIterator(UnitStackGroup usg)
public boolean hasNext()
public UnitStack next()