private class ItemResultList.ResultListIterator<T extends BasicItem> extends Object implements Iterator<T>
ItemResultList.iterator()
method.Modifier and Type | Field and Description |
---|---|
private Class<T> |
itemClass |
private Iterator<? extends BasicData> |
iterator |
Modifier | Constructor and Description |
---|---|
private |
ResultListIterator(Iterator<? extends BasicData> iterator,
Class<T> itemClass) |
Modifier and Type | Method and Description |
---|---|
boolean |
hasNext() |
T |
next() |
void |
remove()
This operation is not supported.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
forEachRemaining
public void remove()
remove
in interface Iterator<T extends BasicItem>
UnsupportedOperationException
- Always