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