public class LinkedBlockingStream<T> extends AbstractCloseableIterator<T> implements Writer<T>
| Constructor and Description |
|---|
LinkedBlockingStream() |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
boolean |
hasNext() |
T |
next() |
void |
write(Iterator<T> it) |
void |
write(T object) |
finalizepublic boolean hasNext()
hasNext in interface CloseableIterator<T>public T next()
next in interface CloseableIterator<T>public void close()
close in interface CloseableIterator<T>close in interface Closeableclose in interface AutoCloseablepublic void write(Iterator<T> it) throws IOException
write in interface Writer<T>IOExceptionCopyright © 2014–2018 GraphIK (INRIA - LIRMM). All rights reserved.