E - 3D matrix element typepublic final class SparseTextMatrix3DReader<E> extends AbstractSparseTextMatrix3DReader<E>
| Constructor and Description |
|---|
SparseTextMatrix3DReader(org.dishevelled.functor.UnaryFunction<String,? extends E> parser)
Create a new sparse text matrix 3D 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. |
createMatrix3Dreadread, readprotected E parse(String value)
E.parse in class AbstractMatrix3DReader<E>value - value to parseECopyright (c) 2008-2013 held jointly by the individual authors. Licensed under the GNU Lesser General Public License (LGPL).