Uses of Class
java.lang.Override

Packages that use Override
java.awt Minimal AWT package for shape classes with integer co-ordinates 
java.awt.geom Minimal awt.geom package for Point2D, Line2D and Rectangle2D 
java.io Input/Output support 
java.lang Core Java classes 
java.util Utilities 
lejos.io leJOS specific support for java.io 
lejos.nxt Access to NXT sensors, motors, etc. 
lejos.realtime   
 

Uses of Override in java.awt
 

Methods in java.awt with annotations of type Override
 boolean Point.equals(Object obj)
           
 double Point.getX()
           
 double Point.getY()
           
 void Point.setLocation(double x, double y)
           
 void Rectangle.setRect(double x, double y, double width, double height)
           
 String Rectangle.toString()
          Returns a String representing this rectangle.
 String Point.toString()
          Represent the point as a String
 

Uses of Override in java.awt.geom
 

Methods in java.awt.geom with annotations of type Override
 boolean Rectangle2D.equals(Object obj)
          Test if the rectangle is equal to a given object
 boolean Point2D.equals(Object obj)
          Test if this point is equal to a given object
 double Rectangle2D.Float.getHeight()
           
 double Rectangle2D.Double.getHeight()
           
 Point2D Line2D.Float.getP1()
           
 Point2D Line2D.Double.getP1()
           
 Point2D Line2D.Float.getP2()
           
 Point2D Line2D.Double.getP2()
           
 double Rectangle2D.Float.getWidth()
           
 double Rectangle2D.Double.getWidth()
           
 double Rectangle2D.Float.getX()
           
 double Rectangle2D.Double.getX()
           
 double Point2D.Float.getX()
           
 double Point2D.Double.getX()
           
 double Line2D.Float.getX1()
           
 double Line2D.Double.getX1()
           
 double Line2D.Float.getX2()
           
 double Line2D.Double.getX2()
           
 double Rectangle2D.Float.getY()
           
 double Rectangle2D.Double.getY()
           
 double Point2D.Float.getY()
           
 double Point2D.Double.getY()
           
 double Line2D.Float.getY1()
           
 double Line2D.Double.getY1()
           
 double Line2D.Float.getY2()
           
 double Line2D.Double.getY2()
           
 boolean Rectangle2D.Float.isEmpty()
           
 boolean Rectangle2D.Double.isEmpty()
           
 void Rectangle2D.setFrame(double x, double y, double w, double h)
           
 void Rectangle2D.Double.setFrame(double x, double y, double w, double h)
           
 void Line2D.Float.setLine(double x1, double y1, double x2, double y2)
           
 void Line2D.Double.setLine(double x1, double y1, double x2, double y2)
           
 void Point2D.Float.setLocation(double x, double y)
           
 void Point2D.Double.setLocation(double x, double y)
           
 void Rectangle2D.Float.setRect(double x, double y, double w, double h)
           
 void Rectangle2D.Double.setRect(double x, double y, double w, double h)
           
 void Rectangle2D.Float.setRect(Rectangle2D r)
           
 void Rectangle2D.Double.setRect(Rectangle2D r)
           
 String Point2D.Float.toString()
          Represent the Point2SD.Float as a String
 String Point2D.Double.toString()
          Represent the Point2D.Double as a String
 

Uses of Override in java.io
 

Methods in java.io with annotations of type Override
 Writer StringWriter.append(CharSequence str, int start, int end)
           
 Writer BufferedWriter.append(CharSequence str, int start, int end)
           
 int FilterInputStream.available()
           
 int FileInputStream.available()
           
 int ByteArrayInputStream.available()
           
 int BufferedInputStream.available()
           
 void StringWriter.close()
           
 void FilterOutputStream.close()
           
 void FilterInputStream.close()
           
 void ByteArrayOutputStream.close()
           
 void ByteArrayInputStream.close()
           
 void BufferedWriter.close()
           
 void BufferedOutputStream.close()
           
 void BufferedInputStream.close()
           
 void StringWriter.flush()
           
 void PrintStream.flush()
          Flush any pending output in the stream
 void FilterOutputStream.flush()
           
 void BufferedWriter.flush()
           
 void BufferedOutputStream.flush()
           
 void FilterInputStream.mark(int readAheadLimit)
           
 void ByteArrayInputStream.mark(int readlimit)
           
 boolean ByteArrayInputStream.markSupported()
           
 int FilterInputStream.read()
           
 int FileInputStream.read()
           
 int ByteArrayInputStream.read()
           
 int BufferedInputStream.read()
           
 int FilterInputStream.read(byte[] b, int off, int len)
           
 int FileInputStream.read(byte[] b, int off, int len)
           
 int ByteArrayInputStream.read(byte[] b, int off, int len)
           
 int BufferedInputStream.read(byte[] b, int off, int len)
           
 void FilterInputStream.reset()
           
 void ByteArrayInputStream.reset()
           
 long FilterInputStream.skip(long n)
           
 long FileInputStream.skip(long n)
           
 long ByteArrayInputStream.skip(long n)
           
 long BufferedInputStream.skip(long n)
           
 String StringWriter.toString()
           
 String ByteArrayOutputStream.toString()
           
 void FilterOutputStream.write(byte[] b, int off, int len)
           
 void DataOutputStream.write(byte[] b, int off, int len)
           
 void ByteArrayOutputStream.write(byte[] b, int off, int len)
           
 void BufferedOutputStream.write(byte[] c, int off, int len)
           
 void StringWriter.write(char[] c, int off, int len)
           
 void BufferedWriter.write(char[] c, int off, int len)
           
 void StringWriter.write(int c)
           
 void PrintStream.write(int c)
           
 void FilterOutputStream.write(int b)
           
 void DataOutputStream.write(int b)
           
 void ByteArrayOutputStream.write(int b)
           
 void BufferedWriter.write(int c)
           
 void BufferedOutputStream.write(int c)
           
 void StringWriter.write(String str, int off, int len)
           
 void BufferedWriter.write(String str, int off, int len)
           
 

Uses of Override in java.lang
 

Methods in java.lang with annotations of type Override
 byte Short.byteValue()
           
 byte Long.byteValue()
           
 byte Integer.byteValue()
           
 byte Float.byteValue()
           
 byte Double.byteValue()
           
 byte Byte.byteValue()
           
 double Short.doubleValue()
           
 double Long.doubleValue()
           
 double Integer.doubleValue()
           
 double Float.doubleValue()
           
 double Double.doubleValue()
           
 double Byte.doubleValue()
           
 boolean Short.equals(Object o)
           
 boolean Long.equals(Object o)
           
 boolean Integer.equals(Object o)
           
 boolean Float.equals(Object o)
           
 boolean Enum.equals(Object o)
           
 boolean Double.equals(Object o)
           
 boolean Character.equals(Object o)
           
 boolean Byte.equals(Object o)
           
 boolean Boolean.equals(Object o)
           
 float Short.floatValue()
           
 float Long.floatValue()
           
 float Integer.floatValue()
           
 float Float.floatValue()
          Returns the float value of this Float object.
 float Double.floatValue()
           
 float Byte.floatValue()
           
 int Short.hashCode()
           
 int Long.hashCode()
           
 int Integer.hashCode()
           
 int Float.hashCode()
           
 int Enum.hashCode()
           
 int Double.hashCode()
           
 int Character.hashCode()
           
 int Byte.hashCode()
           
 int Boolean.hashCode()
           
 int Short.intValue()
           
 int Long.intValue()
           
 int Integer.intValue()
          returns the value of this Integer as int
 int Float.intValue()
           
 int Double.intValue()
           
 int Byte.intValue()
           
 long Short.longValue()
           
 long Long.longValue()
           
 long Integer.longValue()
           
 long Float.longValue()
           
 long Double.longValue()
           
 long Byte.longValue()
           
 short Short.shortValue()
           
 short Long.shortValue()
           
 short Integer.shortValue()
           
 short Float.shortValue()
           
 short Double.shortValue()
           
 short Byte.shortValue()
           
 String Throwable.toString()
           
 String StringBuilder.toString()
           
 String StringBuffer.toString()
           
 String Short.toString()
           
 String Long.toString()
           
 String Integer.toString()
          Returns a String object representing this Integer's value.
 String Float.toString()
           
 String Enum.toString()
           
 String Double.toString()
           
 String Class.toString()
           
 String Character.toString()
           
 String Byte.toString()
           
 String Boolean.toString()
           
 

Uses of Override in java.util
 

Methods in java.util with annotations of type Override
 boolean ArrayList.addAll(Collection<? extends E> c)
           
 

Uses of Override in lejos.io
 

Methods in lejos.io with annotations of type Override
 Writer LejosOutputStreamWriter.append(char c)
           
 Writer LejosOutputStreamWriter.append(CharSequence str, int start, int end)
           
 void LejosOutputStreamWriter.close()
           
 void LejosInputStreamReader.close()
           
 void LejosOutputStreamWriter.flush()
           
 int LejosInputStreamReader.read()
           
 int LejosInputStreamReader.read(char[] cbuf, int off, int len)
           
 void LejosOutputStreamWriter.write(char[] c, int off, int len)
           
 void LejosOutputStreamWriter.write(int c)
           
 void LejosOutputStreamWriter.write(String str, int off, int len)
           
 

Uses of Override in lejos.nxt
 

Methods in lejos.nxt with annotations of type Override
 void Motor.backward()
           
 void Motor.forward()
           
 VM.VMValue VM.VMStaticFields.get(int item)
          Return a VMValue object for the specified static field number
 VM.VMValue VM.VMConstants.get(int item)
          Return a VMValue object for the specified constant table entry.
 VM.VMException VM.VMExceptions.get(int item)
           
 VM.VMMethod VM.VMMethods.get(int item)
          Return access to a specific method.
 VM.VMClass VM.VMClasses.get(int item)
          return a specific class object
 VM.VMValue VM.VMFields.get(int item)
          Return a specified field
 VM.VMValue VM.VMElements.get(int item)
           
 VM.VMStackFrame VM.VMStackFrames.get(int item)
           
 

Uses of Override in lejos.realtime
 

Methods in lejos.realtime with annotations of type Override
 boolean AsyncEventHandler.addIfFeasible()
           
 boolean RealtimeThread.addIfFeasible()
           
 boolean AsyncEventHandler.addToFeasibility()
           
 boolean RealtimeThread.addToFeasibility()
           
 Object ProcessingGroupParameters.clone()
           
 Object ReleaseParameters.clone()
          Return a clone of this.
 int RelativeTime.compareTo(RelativeTime o)
           
 MemoryParameters AsyncEventHandler.getMemoryParameters()
           
 MemoryParameters RealtimeThread.getMemoryParameters()
           
 ProcessingGroupParameters AsyncEventHandler.getProcessingGroupParameters()
           
 ProcessingGroupParameters RealtimeThread.getProcessingGroupParameters()
           
 ReleaseParameters AsyncEventHandler.getReleaseParameters()
           
 ReleaseParameters RealtimeThread.getReleaseParameters()
           
 Scheduler AsyncEventHandler.getScheduler()
           
 Scheduler RealtimeThread.getScheduler()
           
 SchedulingParameters AsyncEventHandler.getSchedulingParameters()
           
 SchedulingParameters RealtimeThread.getSchedulingParameters()
           
 boolean RMScheduler.isFeasible()
           
 boolean DMScheduler.isFeasible()
           
 boolean AsyncEventHandler.removeFromFeasibility()
           
 boolean RealtimeThread.removeFromFeasibility()
           
 void AsyncEventHandler.run()
           
 void RealtimeThread.run()
           
 boolean AsyncEventHandler.setIfFeasible(ReleaseParameters release, MemoryParameters memory)
           
 boolean RealtimeThread.setIfFeasible(ReleaseParameters release, MemoryParameters memory)
           
 boolean AsyncEventHandler.setIfFeasible(ReleaseParameters release, MemoryParameters memory, ProcessingGroupParameters group)
           
 boolean RealtimeThread.setIfFeasible(ReleaseParameters release, MemoryParameters memory, ProcessingGroupParameters group)
           
 boolean AsyncEventHandler.setIfFeasible(ReleaseParameters release, ProcessingGroupParameters group)
           
 boolean RealtimeThread.setIfFeasible(ReleaseParameters release, ProcessingGroupParameters group)
           
 boolean AsyncEventHandler.setIfFeasible(SchedulingParameters scheduling, ReleaseParameters release, MemoryParameters memory)
           
 boolean RealtimeThread.setIfFeasible(SchedulingParameters scheduling, ReleaseParameters release, MemoryParameters memory)
           
 boolean AsyncEventHandler.setIfFeasible(SchedulingParameters scheduling, ReleaseParameters release, MemoryParameters memory, ProcessingGroupParameters group)
           
 boolean RealtimeThread.setIfFeasible(SchedulingParameters scheduling, ReleaseParameters release, MemoryParameters memory, ProcessingGroupParameters group)
           
 void AsyncEventHandler.setMemoryParameters(MemoryParameters memory)
           
 void RealtimeThread.setMemoryParameters(MemoryParameters memory)
           
 boolean AsyncEventHandler.setMemoryParametersIfFeasible(MemoryParameters memory)
           
 boolean RealtimeThread.setMemoryParametersIfFeasible(MemoryParameters memory)
           
 void AsyncEventHandler.setProcessingGroupParameters(ProcessingGroupParameters group)
           
 void RealtimeThread.setProcessingGroupParameters(ProcessingGroupParameters group)
           
 boolean AsyncEventHandler.setProcessingGroupParametersIfFeasible(ProcessingGroupParameters group)
           
 boolean RealtimeThread.setProcessingGroupParametersIfFeasible(ProcessingGroupParameters group)
           
 void AsyncEventHandler.setReleaseParameters(ReleaseParameters release)
           
 void RealtimeThread.setReleaseParameters(ReleaseParameters release)
           
 boolean AsyncEventHandler.setReleaseParametersIfFeasible(ReleaseParameters release)
           
 boolean RealtimeThread.setReleaseParametersIfFeasible(ReleaseParameters release)
           
 void AsyncEventHandler.setScheduler(Scheduler scheduler)
           
 void RealtimeThread.setScheduler(Scheduler scheduler)
           
 void AsyncEventHandler.setScheduler(Scheduler scheduler, SchedulingParameters scheduling, ReleaseParameters release, MemoryParameters memoryParameters, ProcessingGroupParameters group)
           
 void RealtimeThread.setScheduler(Scheduler scheduler, SchedulingParameters scheduling, ReleaseParameters release, MemoryParameters memoryParameters, ProcessingGroupParameters group)
           
 void AsyncEventHandler.setSchedulingParameters(SchedulingParameters scheduling)
           
 void RealtimeThread.setSchedulingParameters(SchedulingParameters scheduling)
           
 boolean AsyncEventHandler.setSchedulingParametersIfFeasible(SchedulingParameters scheduling)
           
 boolean RealtimeThread.setSchedulingParametersIfFeasible(SchedulingParameters scheduling)
           
 void NoHeapRealtimeThread.start()
           
 void EnergyRealtimeThread.start()
           
 void RealtimeThread.start()
           
 String EnergyParameters.toString()
          Converts the energy value to a string.
 String PriorityParameters.toString()
          Converts the priority value to a string.