org.exolab.castor.util

Interface Iterator

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: 5951 $ $Date: 2003-03-03 00:05:44 -0700 (Mon, 03 Mar 2003) $
Author:
Keith Visco
See Also:
java.util.Iterator

Method Summary

boolean
hasNext()
Object
next()
Object
remove()

Method Details

hasNext

public boolean hasNext()

next

public Object next()

remove

public Object remove()

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