|
Jive Forums API (5.5.8) Developer Javadocs | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.jivesoftware.util.MultiIterator
public class MultiIterator
A class which iterates over multiple iterators.
| Constructor Summary | |
|---|---|
MultiIterator()
|
|
| Method Summary | |
|---|---|
void |
addIterator(java.util.Iterator iter)
Adds an iterator to the list of iterators. |
boolean |
hasNext()
Tests to see whether or not there are more items to return. |
java.lang.Object |
next()
Returns the next object in the iterator list. |
void |
remove()
Note: not supported in this class. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public MultiIterator()
| Method Detail |
|---|
public void addIterator(java.util.Iterator iter)
iter - the iterator to add for iteration.public void remove()
remove in interface java.util.Iteratorpublic boolean hasNext()
hasNext in interface java.util.Iteratorpublic java.lang.Object next()
next in interface java.util.Iterator
|
Jive Forums Project Page | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||