All Packages Class Hierarchy This Package Previous Next Index
Interface com.kvisco.util.Iterator
- public interface Iterator
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
- See Also:
- Iterator
-
hasNext()
-
-
next()
-
-
remove()
-
hasNext
public abstract boolean hasNext()
next
public abstract Object next()
remove
public abstract Object remove()
All Packages Class Hierarchy This Package Previous Next Index