public class RavenJObjectIterator extends java.lang.Object implements CloseableIterator<RavenJObject>
Constructor and Description |
---|
RavenJObjectIterator(org.apache.http.client.methods.CloseableHttpResponse httpResponse,
org.codehaus.jackson.JsonParser jsonParser) |
Modifier and Type | Method and Description |
---|---|
void |
close() |
boolean |
hasNext() |
RavenJObject |
next() |
void |
remove() |
public RavenJObjectIterator(org.apache.http.client.methods.CloseableHttpResponse httpResponse, org.codehaus.jackson.JsonParser jsonParser)
public boolean hasNext()
hasNext
in interface java.util.Iterator<RavenJObject>
public RavenJObject next()
next
in interface java.util.Iterator<RavenJObject>
public void remove()
remove
in interface java.util.Iterator<RavenJObject>
public void close()
close
in interface java.io.Closeable
close
in interface java.lang.AutoCloseable
close
in interface CloseableIterator<RavenJObject>
Copyright © 2014. All Rights Reserved.