E
- 1D matrix element typepublic final class SparseTextMatrix1DReader<E> extends AbstractSparseTextMatrix1DReader<E>
Constructor and Description |
---|
SparseTextMatrix1DReader(org.dishevelled.functor.UnaryFunction<String,? extends E> parser)
Create a new sparse text matrix 1D reader with the specified parser function.
|
Modifier and Type | Method and Description |
---|---|
protected E |
parse(String value)
Parse the specified value to an instance of type
E . |
createMatrix1D
read
read, read
protected E parse(String value)
E
.parse
in class AbstractMatrix1DReader<E>
value
- value to parseE
Copyright (c) 2008-2013 held jointly by the individual authors. Licensed under the GNU Lesser General Public License (LGPL).