org.rometools.propono.blogclient.metaweblog
Class MetaWeblogBlog.EntryIterator

java.lang.Object
  extended by org.rometools.propono.blogclient.metaweblog.MetaWeblogBlog.EntryIterator
All Implemented Interfaces:
Iterator
Enclosing class:
MetaWeblogBlog

public class MetaWeblogBlog.EntryIterator
extends Object
implements Iterator

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

MetaWeblogBlog.EntryIterator

public MetaWeblogBlog.EntryIterator()
                             throws BlogClientException
Iterator for looping over MetaWeblog API entries.

Throws:
BlogClientException
Method Detail

hasNext

public boolean hasNext()
Returns true if more entries are avialable.

Specified by:
hasNext in interface Iterator

next

public Object next()
Get next entry.

Specified by:
next in interface Iterator

remove

public void remove()
Remove is not implemented.

Specified by:
remove in interface Iterator


Copyright © 2007-2013 ROME Project. All Rights Reserved.