Package org.apache.commons.net.nntp
Class ArticleIterator
java.lang.Object
org.apache.commons.net.nntp.ArticleIterator
Class which wraps an
Iterable<String> of raw article information to generate an Iterable<Article> of the parsed information.- Since:
- 3.0
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface java.lang.Iterable
forEach, spliteratorMethods inherited from interface java.util.Iterator
forEachRemaining
-
Field Details
-
stringIterator
-
-
Constructor Details
-
ArticleIterator
-
-
Method Details
-
hasNext
public boolean hasNext() -
iterator
-
next
Gets the next Article -
remove
public void remove()
-