org.chromattic.common
Class CompoundIterator<E>
java.lang.Object
org.chromattic.common.CompoundIterator<E>
- All Implemented Interfaces:
- Iterator<E>
public class CompoundIterator<E>
- extends Object
- implements Iterator<E>
- Version:
- $Revision$
- Author:
- Julien Viet
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CompoundIterator
public CompoundIterator(Iterator<Iterator<E>> iteratorIterator)
CompoundIterator
public CompoundIterator(List<Iterator<E>> iterators)
CompoundIterator
public CompoundIterator(Iterator<E>... iterators)
hasNext
public boolean hasNext()
- Specified by:
hasNext in interface Iterator<E>
next
public E next()
- Specified by:
next in interface Iterator<E>
remove
public void remove()
- Specified by:
remove in interface Iterator<E>
Copyright © 2009 eXo Platform SAS. All Rights Reserved.