|
Jive Forums API (5.5.20.2-oracle) Developer Javadocs | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.jivesoftware.forum.nntp.spi.FFNGIteratorAdapter
public class FFNGIteratorAdapter
Converts an iterator of Forums into an iterator of Newsgroups on a just-in-time basis. This is a convenience so that iterators don't need to be copied into temporary lists.
Constructor Summary | |
---|---|
FFNGIteratorAdapter(java.util.Iterator forumIterator)
Create an iterator of news groups using the forum iterator as a source of group information. |
Method Summary | |
---|---|
boolean |
hasNext()
|
java.lang.Object |
next()
|
void |
remove()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public FFNGIteratorAdapter(java.util.Iterator forumIterator)
Create an iterator of news groups using the forum iterator as a source of group information.
forumIterator
- the iterator of Forums objects to convert.Method Detail |
---|
public void remove()
remove
in interface java.util.Iterator
public boolean hasNext()
hasNext
in interface java.util.Iterator
public 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 |