| Modifier and Type | Field | Description |
|---|---|---|
private java.util.Queue<Disk> |
ProductionLine.input |
A Queue of Disks that represent the input being fed into the production line
|
| Modifier and Type | Method | Description |
|---|---|---|
void |
ProductionLine.addDisk(Disk d) |
Adds a disk to the input of the ProductionLine
|
int |
Disk.compareTo(Disk o) |
Compares this disk with another disk and returns an integer representing
that comparison.
|