public class MetaWeblogBlog.EntryIterator extends java.lang.Object implements java.util.Iterator<BlogEntry>
| Modifier and Type | Field and Description |
|---|---|
private static int |
BUFSIZE |
private boolean |
eod |
private int |
pos |
private java.util.List<java.util.Map<java.lang.String,java.lang.Object>> |
results |
| Constructor and Description |
|---|
EntryIterator()
Iterator for looping over MetaWeblog API entries.
|
| Modifier and Type | Method and Description |
|---|---|
private void |
getNextEntries() |
boolean |
hasNext()
Returns true if more entries are avialable.
|
BlogEntry |
next()
Get next entry.
|
void |
remove()
Remove is not implemented.
|
private int pos
private boolean eod
private static final int BUFSIZE
private java.util.List<java.util.Map<java.lang.String,java.lang.Object>> results
public EntryIterator()
throws BlogClientException
BlogClientExceptionpublic 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>private void getNextEntries()
throws BlogClientException
BlogClientException