org.apache.bcel.util
public class ClassVector extends Object implements Serializable
Deprecated: as of 5.1.1 - 7/17/2005
Utility class implementing a (typesafe) collection of JavaClass objects. Contains the most important methods of a Vector.Field Summary | |
---|---|
protected List | vec |
Method Summary | |
---|---|
void | addElement(JavaClass clazz) |
JavaClass | elementAt(int index) |
void | removeElementAt(int index) |
JavaClass[] | toArray() |