@Deprecated
public class ClassVector
extends java.lang.Object
implements java.io.Serializable
| Modifier and Type | Field and Description |
|---|---|
protected java.util.List<JavaClass> |
vec
Deprecated.
|
| Constructor and Description |
|---|
ClassVector()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
void |
addElement(JavaClass clazz)
Deprecated.
|
JavaClass |
elementAt(int index)
Deprecated.
|
void |
removeElementAt(int index)
Deprecated.
|
JavaClass[] |
toArray()
Deprecated.
|
protected java.util.List<JavaClass> vec