gov.noaa.pmel.sgt.contour
Class TreeEnumerator

java.lang.Object
  extended by gov.noaa.pmel.sgt.contour.TreeEnumerator
All Implemented Interfaces:
java.util.Enumeration

public class TreeEnumerator
extends java.lang.Object
implements java.util.Enumeration

Not implemented.


Constructor Summary
TreeEnumerator()
           
 
Method Summary
 boolean hasMoreElements()
           
 java.lang.Object nextElement()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TreeEnumerator

public TreeEnumerator()
Method Detail

hasMoreElements

public boolean hasMoreElements()
Specified by:
hasMoreElements in interface java.util.Enumeration

nextElement

public java.lang.Object nextElement()
Specified by:
nextElement in interface java.util.Enumeration