wt.tools.xref.containers
Class MethodVector

java.lang.Object
  extended bywt.tools.xref.containers.MethodVector

public class MethodVector
extends Object

This container is used to store Method objects.


Field Summary
private  Vector d_vector
           
 
Constructor Summary
MethodVector()
           
 
Method Summary
 void addElement(Method m)
           
 boolean contains(Method m)
           
 Enumeration elements()
           
 int size()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

d_vector

private Vector d_vector
Constructor Detail

MethodVector

public MethodVector()
Method Detail

addElement

public void addElement(Method m)

contains

public boolean contains(Method m)

elements

public Enumeration elements()

size

public int size()