Class FindLargestTest

java.lang.Object
  |
  +--FindLargestTest

public class FindLargestTest
extends java.lang.Object

Class FindLargestTest illustrates the use of the two methods defined in the companion FindLargest class.


Constructor Summary
FindLargestTest()
           
 
Method Summary
static void main(java.lang.String[] args)
          Allocate a FindLargest class and call its methods with some test data.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FindLargestTest

public FindLargestTest()
Method Detail

main

public static void main(java.lang.String[] args)
Allocate a FindLargest class and call its methods with some test data. The output results to stdout should be 5,6,5,6.