org.mmbase.util
Class ChainedIterator
java.lang.Object
org.mmbase.util.ChainedIterator
- All Implemented Interfaces:
- Iterator
- public class ChainedIterator
- extends Object
- implements Iterator
Like org.apache.commons.collections.iterators.IteratorChain, to avoid the dependency....
- Since:
- MMBase-1.8
- Version:
- $Id: ChainedIterator.java,v 1.2 2005/11/04 23:30:01 michiel Exp $
- Author:
- Michiel Meeuwissen
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ChainedIterator
public ChainedIterator()
addIterator
public void addIterator(Iterator i)
hasNext
public boolean hasNext()
- Specified by:
hasNext in interface Iterator
next
public Object next()
- Specified by:
next in interface Iterator
remove
public void remove()
- Specified by:
remove in interface Iterator
main
public static void main(String[] argv)
- Just testing
MMBase build 1.8.1.20060716