EDU.bmrb.starlibj
Class NameListVector

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

public class NameListVector
extends VectorCheckType

This is used internally by DataLoopNameListNode.

This class is just like VectorCheckType except that it is hardcoded to only accept LoopNameListNodes.


Fields inherited from class EDU.bmrb.starlibj.VectorCheckType
data, types, typesFrozen
 
Constructor Summary
NameListVector()
          Constructor - makes a VectorCheckType and freezes it to only accept LoopNameListNodes
NameListVector(int startCap)
          Constructor - makes a VectorCheckType and freezes it to only accept LoopNameListNodes.
NameListVector(int startCap, int incr)
          Constructor - makes a VectorCheckType and freezes it to only accept LoopNameListNodes.
 
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

NameListVector

public NameListVector()
Constructor - makes a VectorCheckType and freezes it to only accept LoopNameListNodes

NameListVector

public NameListVector(int startCap)
Constructor - makes a VectorCheckType and freezes it to only accept LoopNameListNodes.

NameListVector

public NameListVector(int startCap,
                      int incr)
Constructor - makes a VectorCheckType and freezes it to only accept LoopNameListNodes.