public class IntList extends Object
| Modifier and Type | Field and Description |
|---|---|
private List |
theList
The int are stored as Integer objects here.
|
| Constructor and Description |
|---|
IntList()
This constructor creates an empty list.
|
private List theList