org.apache.bcel.util
Class ClassVector
java.lang.Object
org.apache.bcel.util.ClassVector
- All Implemented Interfaces:
- Serializable
Deprecated. as of 5.1.1 - 7/17/2005
public class ClassVector
- extends Object
- implements Serializable
Utility 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 $
- See Also:
- Serialized Form
Field Summary |
protected List |
vec
Deprecated. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
vec
protected List vec
- Deprecated.
ClassVector
public ClassVector()
- Deprecated.
addElement
public void addElement(JavaClass clazz)
- Deprecated.
elementAt
public JavaClass elementAt(int index)
- Deprecated.
removeElementAt
public void removeElementAt(int index)
- Deprecated.
toArray
public JavaClass[] toArray()
- Deprecated.
Copyright © 2002-2006 Apache Software Foundation. All Rights Reserved.