|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--EDU.bmrb.starlibj.VectorCheckType | +--EDU.bmrb.starlibj.LoopRowsVector
A VectorCheckType that is hard-coded to only accept LoopRowNodes as values.
Fields inherited from class EDU.bmrb.starlibj.VectorCheckType |
data, types, typesFrozen |
Constructor Summary | |
LoopRowsVector()
Constructor - makes a VectorCheckType and freezes it to only accept LoopRowNodes |
|
LoopRowsVector(int startCap)
Constructor - makes a VectorCheckType and freezes it to only accept LoopRowNodes. |
|
LoopRowsVector(int startCap,
int incr)
Constructor - makes a VectorCheckType and freezes it to only accept LoopRowNodes. |
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 |
public LoopRowsVector()
public LoopRowsVector(int startCap)
public LoopRowsVector(int startCap, int incr)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |