tests
Class TestTableSwitch

java.lang.Object
  |
  +--tests.TestTableSwitch

public class TestTableSwitch
extends java.lang.Object


Constructor Summary
TestTableSwitch()
           
 
Method Summary
 int doSwitch(int in)
           
 int doSwitch2(int in)
           
 void run()
           
 void testSwitch()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TestTableSwitch

public TestTableSwitch()
Method Detail

doSwitch

public int doSwitch(int in)

doSwitch2

public int doSwitch2(int in)

testSwitch

public void testSwitch()

run

public void run()