org.exolab.adaptx.util
Interface Iterator

All Known Implementing Classes:
QuickStack.StackIterator

public interface Iterator

An implementation of the JDK 1.2 Iterator interface. I wrote this because I want people using 1.1.x to be able to use my apps, but I also wanted to get a start in moving my source to JDK 1.2

Version:
$Revision: 3633 $ $Date: 2003-03-01 02:38:44 -0500 (Sat, 01 Mar 2003) $
Author:
Keith Visco
See Also:
Iterator

Method Summary
 boolean hasNext()
           
 java.lang.Object next()
           
 java.lang.Object remove()
           
 

Method Detail

hasNext

boolean hasNext()

next

java.lang.Object next()

remove

java.lang.Object remove()