jtp.util
Class CascadeIterator
java.lang.Object
|
+--jtp.util.CascadeIterator
- All Implemented Interfaces:
- Iterator
- public class CascadeIterator
- extends Object
- implements Iterator
CascadeIterator.java
Created: Thu Dec 10 01:41:10 1998
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
si
protected Iterator si
sc
protected Iterator sc
CascadeIterator
public CascadeIterator(Iterator si)
hasNext
public boolean hasNext()
- Specified by:
hasNext
in interface Iterator
nextIter
protected Iterator nextIter()
next
public Object next()
- Specified by:
next
in interface Iterator
remove
public void remove()
- Specified by:
remove
in interface Iterator