E
- concrete ODataEntity implementationT
- concrete ODataEntitySet implementationpublic class ClientEntitySetIterator<T extends ClientEntitySet,E extends ClientEntity> extends Object implements Iterator<E>
Modifier and Type | Field and Description |
---|---|
protected ResWrap<Entity> |
cached |
protected ODataClient |
odataClient |
Constructor and Description |
---|
ClientEntitySetIterator(ODataClient odataClient,
InputStream stream,
ContentType contentType)
Constructor.
|
protected final ODataClient odataClient
public ClientEntitySetIterator(ODataClient odataClient, InputStream stream, ContentType contentType)
odataClient
- client instance getting this requeststream
- source stream.contentType
- OData format.public boolean hasNext()
hasNext
in interface Iterator<E extends ClientEntity>
public E next()
next
in interface Iterator<E extends ClientEntity>
public void remove()
remove
in interface Iterator<E extends ClientEntity>
public void close()
public URI getNext()
Copyright © 2013–2015 The Apache Software Foundation. All rights reserved.