org.rometools.propono.atom.client
Class EntryIterator

java.lang.Object
  extended by org.rometools.propono.atom.client.EntryIterator
All Implemented Interfaces:
Iterator

public class EntryIterator
extends Object
implements Iterator

Enables iteration over entries in Atom protocol collection.


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

Method Detail

hasNext

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

Specified by:
hasNext in interface Iterator

next

public Object next()
Get next entry in collection.

Specified by:
next in interface Iterator

remove

public void remove()
Remove entry is not implemented.

Specified by:
remove in interface Iterator


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