Class SimpleArraySearchTest

java.lang.Object
  |
  +--SimpleArraySearchTest

public class SimpleArraySearchTest
extends java.lang.Object

Class SimpleArraySearchTest illustrates the use of the method defined in the companion SimpleArraySearch class.


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

Constructor Detail

SimpleArraySearchTest

public SimpleArraySearchTest()
Method Detail

main

public static void main(java.lang.String[] args)
Allocate a SimpleArraySearch class and call its method with some test data. The output results to stdout should be 0,2,4,-1.