javar.testdata
Class Loops

java.lang.Object
  |
  +--javar.testdata.Loops

public class Loops
extends Object

This is a test class that will test a simple loop

Author:
Ben Litchfield

Constructor Summary
Loops()
           
 
Method Summary
 void forLoop()
           
 void ifInForLoop()
           
 void ifStatement()
           
 boolean isTrue()
           
 void whileLoop()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Loops

public Loops()
Method Detail

ifStatement

public void ifStatement()

forLoop

public void forLoop()

ifInForLoop

public void ifInForLoop()

whileLoop

public void whileLoop()

isTrue

public boolean isTrue()