All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class EDU.bmrb.starlibj.BlockListVector

java.lang.Object
   |
   +----EDU.bmrb.starlibj.VectorCheckType
           |
           +----EDU.bmrb.starlibj.BlockListVector

public class BlockListVector
extends VectorCheckType
This class behaves just like Vector, except that it allows only SaveFrameNodes and DataLoopNodes to exist inside of it.


Constructor Index

 o BlockListVector()
Constructor - makes a VectorCheckType and freezes it to only accept DataItemNodes, SaveFrameNodes, and DataLoopNodes.
 o BlockListVector(int)
Constructor - makes a VectorCheckType and freezes it to only accept DataItemNodes, SaveFrameNodes, and DataLoopNodes.
 o BlockListVector(int, int)
Constructor - makes a VectorCheckType and freezes it to only accept DataItemNodes, SaveFrameNodes, and DataLoopNodes.

Constructors

 o BlockListVector
 public BlockListVector()
Constructor - makes a VectorCheckType and freezes it to only accept DataItemNodes, SaveFrameNodes, and DataLoopNodes.

 o BlockListVector
 public BlockListVector(int startCap)
Constructor - makes a VectorCheckType and freezes it to only accept DataItemNodes, SaveFrameNodes, and DataLoopNodes.

 o BlockListVector
 public BlockListVector(int startCap,
                        int incr)
Constructor - makes a VectorCheckType and freezes it to only accept DataItemNodes, SaveFrameNodes, and DataLoopNodes.


All Packages  Class Hierarchy  This Package  Previous  Next  Index