Package org.apache.bcel.util
Class ClassVector
- java.lang.Object
-
- org.apache.bcel.util.ClassVector
-
- All Implemented Interfaces:
java.io.Serializable
public class ClassVector extends java.lang.Object implements java.io.Serializable
Deprecated.as of 5.1.1 - 7/17/2005Utility class implementing a (typesafe) collection of JavaClass objects. Contains the most important methods of a Vector.- Version:
- $Id: ClassVector.java 386056 2006-03-15 11:31:56Z tcurdt $
- Author:
- M. Dahm
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected java.util.List
vec
Deprecated.
-
Constructor Summary
Constructors Constructor Description ClassVector()
Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description void
addElement(JavaClass clazz)
Deprecated.JavaClass
elementAt(int index)
Deprecated.void
removeElementAt(int index)
Deprecated.JavaClass[]
toArray()
Deprecated.
-