Class IteratorLab

java.lang.Object
  |
  +--IteratorLab

public class IteratorLab
extends java.lang.Object

Environment-Based Applications:
The IteratorLab class provides a main method that creates an animation of 2-D structure traversals using iterators.


Constructor Summary
IteratorLab()
           
 
Method Summary
static void main(java.lang.String[] args)
          Start the 2-D Traversal Algorithms program.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IteratorLab

public IteratorLab()
Method Detail

main

public static void main(java.lang.String[] args)
Start the 2-D Traversal Algorithms program. The String arguments (args) are not used in this application.