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.
-
BlockListVector()
- Constructor - makes a VectorCheckType and freezes it to
only accept DataItemNodes, SaveFrameNodes, and DataLoopNodes.
-
BlockListVector(int)
- Constructor - makes a VectorCheckType and freezes it to
only accept DataItemNodes, SaveFrameNodes, and DataLoopNodes.
-
BlockListVector(int, int)
- Constructor - makes a VectorCheckType and freezes it to
only accept DataItemNodes, SaveFrameNodes, and DataLoopNodes.
BlockListVector
public BlockListVector()
- Constructor - makes a VectorCheckType and freezes it to
only accept DataItemNodes, SaveFrameNodes, and DataLoopNodes.
BlockListVector
public BlockListVector(int startCap)
- Constructor - makes a VectorCheckType and freezes it to
only accept DataItemNodes, SaveFrameNodes, and DataLoopNodes.
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