E
- 1D matrix element typepublic final class TextMatrix1DWriter<E> extends AbstractMatrix1DWriter<E>
size\tcardinality
and each additional line is formatted as index\tvalue
.Constructor and Description |
---|
TextMatrix1DWriter() |
Modifier and Type | Method and Description |
---|---|
<T extends Appendable> |
append(Matrix1D<? extends E> matrix,
T appendable)
Append the specified 1D matrix to the specified appendable.
|
write, write
public <T extends Appendable> T append(Matrix1D<? extends E> matrix, T appendable) throws IOException
T
- extends Appendablematrix
- 1D matrix to append, must not be nullappendable
- appendable to append the specified 1D matrix to, must not be nullIOException
- if an IO error occursCopyright (c) 2008-2013 held jointly by the individual authors. Licensed under the GNU Lesser General Public License (LGPL).