collections.stringswitch
Class SwitchTest

java.lang.Object
  extended by collections.stringswitch.SwitchTest

public class SwitchTest
extends java.lang.Object


Field Summary
 int DEBUG
           
 int DIR
           
 int FWD
           
 int QUIT
           
static int REV
           
 int RUN
           
 int STOP
           
 
Constructor Summary
SwitchTest()
          Creates a new instance of SwitchTest
 
Method Summary
static void main(java.lang.String[] args)
          Tests StringSwitch
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

QUIT

public final int QUIT
See Also:
Constant Field Values

DIR

public final int DIR
See Also:
Constant Field Values

RUN

public final int RUN
See Also:
Constant Field Values

STOP

public final int STOP
See Also:
Constant Field Values

DEBUG

public final int DEBUG
See Also:
Constant Field Values

FWD

public final int FWD
See Also:
Constant Field Values

REV

public static final int REV
See Also:
Constant Field Values
Constructor Detail

SwitchTest

public SwitchTest()
Creates a new instance of SwitchTest

Method Detail

main

public static void main(java.lang.String[] args)
Tests StringSwitch