examples
Class ForEachExample

java.lang.Object
  extended by examples.ForEachExample

public class ForEachExample
extends java.lang.Object

Example to show how to create and execute a forEach control construct.

Author:
Evren Sirin

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

Constructor Detail

ForEachExample

public ForEachExample()
Method Detail

run

public void run()
         throws java.lang.Exception
Throws:
java.lang.Exception

main

public static void main(java.lang.String[] args)
                 throws java.lang.Exception
Throws:
java.lang.Exception


Copyright © 2004 Evren Sirin. All Rights Reserved.