org.apache.bcel.verifier.statics
public class IntList extends Object
Version: $Id: IntList.java 386056 2006-03-15 11:31:56Z tcurdt $
| Field Summary | |
|---|---|
| List | theList The int are stored as Integer objects here. |
| Constructor Summary | |
|---|---|
| IntList() This constructor creates an empty list. | |
| Method Summary | |
|---|---|
| void | add(int i) Adds an element to the list. |
| boolean | contains(int i) Checks if the specified int is already in the list. |