edu.pdx.cs399J.j2se15
Class EnhancedForLoop

java.lang.Object
  extended by edu.pdx.cs399J.j2se15.EnhancedForLoop

public class EnhancedForLoop
extends Object

Demonstrates J2SE's "enhanced for loop" functionality.

Since:
Summer 2004
Version:
$Revision: 1.1 $
Author:
David Whitlock

Constructor Summary
EnhancedForLoop()
           
 
Method Summary
static void main(String[] args)
          Sorts the command line arguments and prints their sum.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EnhancedForLoop

public EnhancedForLoop()
Method Detail

main

public static void main(String[] args)
Sorts the command line arguments and prints their sum.



Copyright © 2000-2009 Portland State University. All Rights Reserved.