final class NewsgroupIterator extends Object implements Iterator<NewsgroupInfo>, Iterable<NewsgroupInfo>
Iterable<String> of raw newgroup information to generate an Iterable<NewsgroupInfo> of the parsed information.| Constructor and Description |
|---|
NewsgroupIterator(Iterable<String> iterableString) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
hasNext() |
Iterator<NewsgroupInfo> |
iterator() |
NewsgroupInfo |
next() |
void |
remove() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEachRemainingforEach, spliteratorpublic boolean hasNext()
hasNext in interface Iterator<NewsgroupInfo>public Iterator<NewsgroupInfo> iterator()
iterator in interface Iterable<NewsgroupInfo>public NewsgroupInfo next()
next in interface Iterator<NewsgroupInfo>public void remove()
remove in interface Iterator<NewsgroupInfo>