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) |
finalize
public 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 Closeable
close
in interface AutoCloseable
public void write(Iterator<T> it) throws IOException
write
in interface Writer<T>
IOException
Copyright © 2014–2018 GraphIK (INRIA - LIRMM). All rights reserved.