org.rometools.propono.blogclient.atomprotocol
Class AtomEntryIterator

java.lang.Object
  extended by org.rometools.propono.blogclient.atomprotocol.AtomEntryIterator
All Implemented Interfaces:
Iterator

public class AtomEntryIterator
extends Object
implements Iterator

Atom protocol implementation of BlogClient entry iterator.


Method Summary
 boolean hasNext()
          True if more entries are available.
 Object next()
          Get next entry.
 void remove()
          Remove is not supported.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

hasNext

public boolean hasNext()
True if more entries are available.

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 supported.

Specified by:
remove in interface Iterator


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