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>
TransformerException
public I next() throws TransformerException
next
in interface Iterator<I>
TransformerException
Copyright © 2010–2024 The DAISY Consortium. All rights reserved.