textbender.g.lang
Class Runnable0

java.lang.Object
  extended by Runnable0
All Implemented Interfaces:
Runnable

@ThreadSafe
public final class Runnable0
extends Object
implements Runnable

Null implementation of a runnable.


Constructor Summary
Runnable0()
           
 
Method Summary
static Runnable0 i()
          A common instance of Runnable0.
 void run()
          Does nothing.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Runnable0

public Runnable0()
Method Detail

i

public static Runnable0 i()
A common instance of Runnable0.


run

public void run()
Does nothing.

Specified by:
run in interface Runnable