tests
Class TestLookupSwitch

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

public class TestLookupSwitch
extends java.lang.Object


Constructor Summary
TestLookupSwitch()
           
 
Method Summary
 int doSwitch(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

TestLookupSwitch

public TestLookupSwitch()
Method Detail

doSwitch

public int doSwitch(int in)

testSwitch

public void testSwitch()

run

public void run()