|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.rometools.propono.blogclient.metaweblog.MetaWeblogBlog.EntryIterator
public class MetaWeblogBlog.EntryIterator
Iterates over MetaWeblog API entries.
Constructor Summary | |
---|---|
MetaWeblogBlog.EntryIterator()
Iterator for looping over MetaWeblog API entries. |
Method Summary | |
---|---|
boolean |
hasNext()
Returns true if more entries are avialable. |
Object |
next()
Get next entry. |
void |
remove()
Remove is not implemented. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public MetaWeblogBlog.EntryIterator() throws BlogClientException
BlogClientException
Method Detail |
---|
public boolean hasNext()
hasNext
in interface Iterator
public Object next()
next
in interface Iterator
public void remove()
remove
in interface Iterator
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |