public interface Writer<T>
| Modifier and Type | Method and Description |
|---|---|
boolean |
write(T item)
Writes the specified element.
|
boolean write(T item)
item - the item to write.false if the writer has been closed and no more elements are accepted.Copyright © 2020. All Rights Reserved.