public class ControlledProgressTracker
extends java.lang.Object
| Constructor and Description |
|---|
ControlledProgressTracker(java.util.List<IntArrayList> items) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
canProgress() |
void |
finish(int item)
Add the item back to the progression
|
int |
next()
Get the next item
|
void |
switchGroup(int group) |