textbender.g.lang
Class Runnable0
java.lang.Object
  
Runnable0
- All Implemented Interfaces: 
 - Runnable
 
@ThreadSafe
public final class Runnable0
- extends Object
- implements Runnable
  
Null implementation of a runnable.
 
| 
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 | 
 
Runnable0
public Runnable0()
i
public static Runnable0 i()
- A common instance of Runnable0.
 
 
 
run
public void run()
- Does nothing.
- Specified by:
 run in interface Runnable