All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class com.ibm.beans.mb.MBVector

java.lang.Object
   |
   +----java.util.Vector
           |
           +----com.ibm.beans.mb.MBVector

public class MBVector
extends Vector
MBVector is a convenience class that provides a constructor for initializing the Vector to its array (or Object) argument.


Constructor Index

 o MBVector(Object)
Initializes a Vector to contain the argument object.
 o MBVector(Object[])
Initializes a Vector to contain all of the elements in the argument array.

Constructors

 o MBVector
 public MBVector(Object o[])
Initializes a Vector to contain all of the elements in the argument array.

Parameters:
o - The array of initial values for this Vector.
 o MBVector
 public MBVector(Object o)
Initializes a Vector to contain the argument object.

Parameters:
o - The initial Object for this Vector.

All Packages  Class Hierarchy  This Package  Previous  Next  Index