Deprecated API


Contents
Deprecated Classes
lejos.navigation.TachoNavigator
          in 0.8, use SimpleNavigator 
 

Deprecated Fields
java.lang.Integer.MAX_RADIX
          use constant in Character 
java.lang.Integer.MIN_RADIX
          use constant in Character 
 

Deprecated Methods
java.util.ArrayList.addAll(E[])
          not in JDK 
java.util.ArrayList.addAll(int, E[])
          not in JDK 
java.lang.Integer.digit(char, int)
          use Character.digit(char, int) instead. 
java.lang.Integer.digit(int, int)
          use Character.digit(int, int) instead. 
java.lang.Object.finalize()
          not implemented in leJOS 
lejos.nxt.remote.RemoteMotor.getBlockTacho()
            
lejos.nxt.remote.RemoteMotor.getRotationCount()
            
java.io.DataInputStream.readLine()
          broken in various ways, use BufferedReader.readLine instead 
lejos.nxt.remote.RemoteMotor.resetBlockTacho()
            
lejos.nxt.remote.RemoteMotor.resetRotationCounter()
            
lejos.navigation.Pilot.setSpeed(int)
          in 0.8, use setTurnSpeed() and setMoveSpeed(). The method was deprecated, as this it requires knowledge of the robots physical construction, which this interface should hide! 
java.io.ByteArrayOutputStream.toString(int)
          use ByteArrayOutputStream.toString(String) instead 
java.lang.Enum.valueOf(Class, String)
          not implemented in leJOS 
 

Deprecated Constructors
java.util.ArrayList(E[])
          not in JDK