EDU.bmrb.starlibj
Class SaveListVector

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

public class SaveListVector
extends VectorCheckType

A VectorCheckType that is frozen to only contain DataLoopNodes and DataItemNodes.


Fields inherited from class EDU.bmrb.starlibj.VectorCheckType
data, types, typesFrozen
 
Constructor Summary
SaveListVector()
          Constructor - makes a VectorCheckType and freezes it to only accept DataLoopNodes and DataItemNodes
SaveListVector(int startCap)
          Constructor - makes a VectorCheckType and freezes it to only accept DataLoopNodes and DataItemNodes.
SaveListVector(int startCap, int incr)
          Constructor - makes a VectorCheckType and freezes it to only accept DataLoopNodes and DataItemNodes.
 
Methods inherited from class EDU.bmrb.starlibj.VectorCheckType
addElement, addType, capacity, contains, elementAt, elements, firstElement, freezeTypes, indexOf, indexOf, insertElementAt, isEmpty, isObjectAllowed, lastElement, lastIndexOf, lastIndexOf, removeElement, removeElementAt, setElementAt, setSize, size
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SaveListVector

public SaveListVector()
Constructor - makes a VectorCheckType and freezes it to only accept DataLoopNodes and DataItemNodes

SaveListVector

public SaveListVector(int startCap)
Constructor - makes a VectorCheckType and freezes it to only accept DataLoopNodes and DataItemNodes.

SaveListVector

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