Deprecated API


Contents
Deprecated Methods
org.jcsp.nxt.util.VectorSet.addElement(Object)
          Method does not do anything; use add instead. 
org.jcsp.nxt.util.VectorSet.insertElementAt(Object, int)
          Method does not do anything; use insert instead. 
org.jcsp.nxt.lang.CSTimer.set(int)
          Use #setAlarm(long) - this name caused confusion with the idea of setting the current time (a concept that is not supported). 
org.jcsp.nxt.util.VectorSet.setElementAt(Object, int)
          Method does not do anything; use a combination of removeElementAt and insert instead.