@Deprecated public class EntryIterator extends java.lang.Object implements java.util.Iterator<ClientEntry>
Modifier and Type | Field and Description |
---|---|
private Feed |
col
Deprecated.
|
private ClientCollection |
collection
Deprecated.
|
private java.lang.String |
collectionURI
Deprecated.
|
private static org.slf4j.Logger |
LOG
Deprecated.
|
private java.util.Iterator<Entry> |
members
Deprecated.
|
private java.lang.String |
nextURI
Deprecated.
|
Constructor and Description |
---|
EntryIterator(ClientCollection collection)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
private void |
getNextEntries()
Deprecated.
|
boolean |
hasNext()
Deprecated.
Returns true if more entries are available.
|
ClientEntry |
next()
Deprecated.
Get next entry in collection.
|
void |
remove()
Deprecated.
Remove entry is not implemented.
|
private static final org.slf4j.Logger LOG
private final ClientCollection collection
private java.util.Iterator<Entry> members
private Feed col
private final java.lang.String collectionURI
private java.lang.String nextURI
EntryIterator(ClientCollection collection) throws ProponoException
ProponoException
public boolean hasNext()
hasNext
in interface java.util.Iterator<ClientEntry>
public ClientEntry next()
next
in interface java.util.Iterator<ClientEntry>
public void remove()
remove
in interface java.util.Iterator<ClientEntry>
private void getNextEntries() throws ProponoException
ProponoException