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.
-
MBVector(Object)
- Initializes a Vector to contain
the argument object.
-
MBVector(Object[])
- Initializes a Vector to contain
all of the elements in the argument array.
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.
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