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

Variable Index

 o vec

Constructor Index

 o ClassVector()

Method Index

 o addElement(JavaClass)
 o elementAt(int)
 o removeElementAt(int)
 o toArray()

Variables

 o vec
 protected Vector vec

Constructors

 o ClassVector
 public ClassVector()

Methods

 o addElement
 public void addElement(JavaClass clazz)
 o elementAt
 public JavaClass elementAt(int index)
 o removeElementAt
 public void removeElementAt(int index)
 o toArray
 public JavaClass[] toArray()

All Packages  Class Hierarchy  This Package  Previous  Next  Index