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

Method Index

 o hasNext()
 o next()
 o remove()

Methods

 o hasNext
 public abstract boolean hasNext()
 o next
 public abstract Object next()
 o remove
 public abstract Object remove()

All Packages  Class Hierarchy  This Package  Previous  Next  Index