EDU.bmrb.starlibj
Class DataValuesVector

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

public class DataValuesVector
extends VectorCheckType

Just like VectorCheckType, but it is set up to only accept TinyRelDataValueNodes to be in the vector, and it is 'frozen' that way.

See Also:
VectorCheckType

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

DataValuesVector

public DataValuesVector()
Constructor - makes a VectorCheckType and freezes it to only accept DataValueNodes.

DataValuesVector

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

DataValuesVector

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