test
Class TestIt

java.lang.Object
  extended by test.TestIt

public class TestIt
extends java.lang.Object


Constructor Summary
TestIt()
           
 
Method Summary
 void doMath()
           
 void doMemory()
           
 boolean getBool()
           
 void printThis(java.lang.String toPrint)
           
 void setBool(boolean val)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TestIt

public TestIt()
Method Detail

doMath

public void doMath()

doMemory

public void doMemory()

getBool

public boolean getBool()

printThis

public void printThis(java.lang.String toPrint)

setBool

public void setBool(boolean val)