All Packages Class Hierarchy This Package Previous Next Index
Class de.fub.bytecode.util.ClassVector
java.lang.Object
|
+----de.fub.bytecode.util.ClassVector
- public class ClassVector
- extends Object
Utility class implementing a (typesafe) collection of JavaClass
objects. Contains the most important methods of a Vector.
- Version:
- $Id: ClassVector.java,v 1.2 1999/05/04 13:15:04 dahm Exp $
- Author:
- M. Dahm
- See Also:
- Vector
-
vec
-
-
ClassVector()
-
-
addElement(JavaClass)
-
-
elementAt(int)
-
-
removeElementAt(int)
-
-
toArray()
-
vec
protected Vector vec
ClassVector
public ClassVector()
addElement
public void addElement(JavaClass clazz)
elementAt
public JavaClass elementAt(int index)
removeElementAt
public void removeElementAt(int index)
toArray
public JavaClass[] toArray()
All Packages Class Hierarchy This Package Previous Next Index