org.exolab.castor.util
Interface Iterator

All Known Implementing Classes:
Stack.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: 1.3 $ $Date: 2000/11/04 01:31:13 $
Author:
Keith Visco
See Also:
Iterator

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

Method Detail

hasNext

public boolean hasNext()

next

public java.lang.Object next()

remove

public java.lang.Object remove()


Intalio Inc. (C) 1999-2001. All rights reserved http://www.intalio.com