Class ClassVector
java.lang.Object
org.apache.bcel.util.ClassVector
- All Implemented Interfaces:
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.
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddElement(JavaClass clazz) Deprecated.Adds a JavaClass to the vector.elementAt(int index) Deprecated.Gets the JavaClass at the specified index.voidremoveElementAt(int index) Deprecated.Removes the JavaClass at the specified index.toArray()Deprecated.Converts the vector to an array.
-
Field Details
-
vec
Deprecated.Will be made private; do not access directly, use getter/setter.The vector of JavaClass objects.
-
-
Constructor Details
-
ClassVector
-
-
Method Details
-
addElement
Deprecated.Adds a JavaClass to the vector.- Parameters:
clazz- the JavaClass to add.
-
elementAt
-
removeElementAt
Deprecated.Removes the JavaClass at the specified index.- Parameters:
index- the index.
-
toArray
-