Constructor and Description |
---|
EntityIterator() |
Modifier and Type | Method and Description |
---|---|
Integer |
getCount()
Gets count
|
URI |
getDeltaLink()
ATTENTION:
getDeltaLink is not supported by default. |
URI |
getNext()
Gets next link.
|
List<Operation> |
getOperations()
ATTENTION:
getOperations is not supported by default. |
abstract boolean |
hasNext() |
Iterator<Entity> |
iterator() |
abstract Entity |
next()
Which is an Entity for this type of iterator.
|
void |
remove()
ATTENTION:
remove is not supported by default. |
void |
setCount(Integer count)
Sets count.
|
void |
setNext(URI next)
Sets next link.
|
equals, getBaseURI, getId, getTitle, hashCode, setBaseURI, setCommonProperty, setId
getAnnotations
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
forEachRemaining
forEach, spliterator
public abstract Entity next()
public void remove()
remove
is not supported by default.public List<Operation> getOperations()
getOperations
is not supported by default.getOperations
in class AbstractEntityCollection
public Integer getCount()
getCount
in class AbstractEntityCollection
public URI getNext()
getNext
in class AbstractEntityCollection
public URI getDeltaLink()
getDeltaLink
is not supported by default.getDeltaLink
in class AbstractEntityCollection
public void setNext(URI next)
next
- next link.public void setCount(Integer count)
count
- count value.Copyright © 2013–2018 The Apache Software Foundation. All rights reserved.