All Packages Class Hierarchy This Package Previous Next Index
Class EDU.bmrb.starlibj.StarListVector
java.lang.Object
|
+----EDU.bmrb.starlibj.VectorCheckType
|
+----EDU.bmrb.starlibj.StarListVector
- public class StarListVector
- extends VectorCheckType
This class behaves just like Vector, except that
it allows only BlockNodes to exist inside of it.
-
StarListVector()
- Constructor - makes a VectorCheckType and freezes it to
only accept BlockNodes.
-
StarListVector(int)
- Constructor - makes a VectorCheckType and freezes it to
only accept BlockNodes, SaveFrameNodes and DataItemNodes.
-
StarListVector(int, int)
- Constructor - makes a VectorCheckType and freezes it to
only accept BlockNodes, SaveFrameNodes and DataItemNodes.
StarListVector
public StarListVector()
- Constructor - makes a VectorCheckType and freezes it to
only accept BlockNodes.
StarListVector
public StarListVector(int startCap)
- Constructor - makes a VectorCheckType and freezes it to
only accept BlockNodes, SaveFrameNodes and DataItemNodes.
StarListVector
public StarListVector(int startCap,
int incr)
- Constructor - makes a VectorCheckType and freezes it to
only accept BlockNodes, SaveFrameNodes and DataItemNodes.
All Packages Class Hierarchy This Package Previous Next Index