Modifier and Type | Field and Description |
---|---|
private AtomCollection |
collection
Deprecated.
|
private java.util.Iterator<ClientEntry> |
iterator
Deprecated.
|
private static org.slf4j.Logger |
LOG
Deprecated.
|
Constructor and Description |
---|
AtomEntryIterator(AtomCollection collection)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
boolean |
hasNext()
Deprecated.
True if more entries are available.
|
BlogEntry |
next()
Deprecated.
Get next entry.
|
void |
remove()
Deprecated.
Remove is not supported.
|
private static final org.slf4j.Logger LOG
private java.util.Iterator<ClientEntry> iterator
private AtomCollection collection
AtomEntryIterator(AtomCollection collection) throws BlogClientException
BlogClientException
public boolean hasNext()
hasNext
in interface java.util.Iterator<BlogEntry>
public BlogEntry next()
next
in interface java.util.Iterator<BlogEntry>
public void remove()
remove
in interface java.util.Iterator<BlogEntry>