bookExamples.ch05ControlStructs
Class LoopInterchange

java.lang.Object
  extended by bookExamples.ch05ControlStructs.LoopInterchange

public class LoopInterchange
extends java.lang.Object


Constructor Summary
LoopInterchange()
           
 
Method Summary
static void main(java.lang.String[] args)
           
 void test()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LoopInterchange

public LoopInterchange()
Method Detail

test

public void test()

main

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