public interface InMemoryStream<T> extends Stream<T>, CloseableIteratorWithoutException<T>
Modifier and Type | Method and Description |
---|---|
void |
write(Iterator<T> objects) |
void |
write(T object) |
hasNext, next
close
Copyright © 2014–2018 GraphIK (INRIA - LIRMM). All rights reserved.