|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.bcel.verifier.statics.IntList
public class IntList
A small utility class representing a set of basic int values.
Field Summary | |
---|---|
private java.util.List |
theList
The int are stored as Integer objects here. |
Constructor Summary | |
---|---|
IntList()
This constructor creates an empty list. |
Method Summary | |
---|---|
(package private) void |
add(int i)
Adds an element to the list. |
(package private) boolean |
contains(int i)
Checks if the specified int is already in the list. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
private java.util.List theList
Constructor Detail |
---|
IntList()
Method Detail |
---|
void add(int i)
boolean contains(int i)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |