E
- 2D matrix element typepublic final class SparseTextMatrix2DReader<E> extends AbstractSparseTextMatrix2DReader<E>
Constructor and Description |
---|
SparseTextMatrix2DReader(org.dishevelled.functor.UnaryFunction<String,? extends E> parser)
Create a new sparse text matrix 2D 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 . |
createMatrix2D
read
read, read
protected E parse(String value)
E
.parse
in class AbstractMatrix2DReader<E>
value
- value to parseE
Copyright (c) 2008-2013 held jointly by the individual authors. Licensed under the GNU Lesser General Public License (LGPL).