public class ProgressionTracker
extends java.lang.Object
Constructor and Description |
---|
ProgressionTracker(java.util.Set<java.lang.Integer> 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
|