tribble.util
Class GridList2D_Test

java.lang.Object
  extended by tribble.util.GridList2D_Test

public class GridList2D_Test
extends java.lang.Object

Test driver for class GridList2D.

Source code:
http://david.tribble.com/src/java/tribble/util/GridList2D_Test.java
Documentation:
http://david.tribble.com/docs/tribble/util/GridList2D_Test.html

Since:
2010-10-20
Version:
$Revision: 1.1 $ $Date: 2010/10/20 22:37:16 $
Author:
David R. Tribble (david@tribble.com)

Copyright ©2010 by David R. Tribble, all rights reserved.
Permission is granted to any person or entity except those designated by by the United States Department of State as a terrorist, or terrorist government or agency, to use and distribute this source code provided that the original copyright notice remains present and unaltered.


Field Summary
static int RC_OKAY
           
static int RC_USAGE
           
 
Constructor Summary
GridList2D_Test()
           
 
Method Summary
static void main(java.lang.String[] args)
          Test driver for class GridList2D.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

RC_OKAY

public static final int RC_OKAY
See Also:
Constant Field Values

RC_USAGE

public static final int RC_USAGE
See Also:
Constant Field Values
Constructor Detail

GridList2D_Test

public GridList2D_Test()
Method Detail

main

public static void main(java.lang.String[] args)
Test driver for class GridList2D.

Parameters:
args - Command line arguments.
Since:
1.1, 2010-10-20