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.SerializableDeprecated.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.ListvecDeprecated.
-
Constructor Summary
Constructors Constructor Description ClassVector()Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description voidaddElement(JavaClass clazz)Deprecated.JavaClasselementAt(int index)Deprecated.voidremoveElementAt(int index)Deprecated.JavaClass[]toArray()Deprecated.
-