| Constructor and Description |
|---|
ItemBuffer() |
| Modifier and Type | Method and Description |
|---|---|
void |
accept(I i) |
void |
done() |
void |
error(TransformerException e)
Can be called by the input if no more items can be pushed due to an error.
|
boolean |
hasNext() |
I |
next() |
void |
remove() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
forEachRemaining
public void done()
public void error(TransformerException e)
public boolean hasNext()
throws TransformerException
hasNext in interface Iterator<I>
TransformerExceptionpublic I next() throws TransformerException
next in interface Iterator<I>
TransformerExceptionCopyright © 2010–2025 The DAISY Consortium. All rights reserved.