Class ClassVector

java.lang.Object
org.apache.bcel.util.ClassVector
All Implemented Interfaces:
Serializable

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.
Version:
$Id: ClassVector.java 386056 2006-03-15 11:31:56Z tcurdt $
Author:
M. Dahm
See Also:
  • Field Details

    • vec

      protected List vec
      Deprecated.
  • Constructor Details

    • ClassVector

      public ClassVector()
      Deprecated.
  • Method Details

    • 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.