Uses of Class
EDU.bmrb.starlibj.TypesNotFrozenYet

Uses of TypesNotFrozenYet in EDU.bmrb.starlibj
 

Methods in EDU.bmrb.starlibj that throw TypesNotFrozenYet
 void VectorCheckType.setElementAt(java.lang.Object obj, int index)
          Just like the Vector method of the same name.
 void VectorCheckType.insertElementAt(java.lang.Object obj, int index)
          Just like the Vector method of the same name.
 void VectorCheckType.addElement(java.lang.Object obj)
          Just like the Vector method of the same name.