public abstract class MatrixMarketReaderAbstract<T,V> extends Object
Constructor and Description |
---|
MatrixMarketReaderAbstract() |
Modifier and Type | Method and Description |
---|---|
protected abstract void |
addField(T doc,
int row,
int col,
V value) |
protected abstract T |
createRecord(int id) |
protected boolean |
isSparse(String line) |
protected abstract V |
parseValue(String token) |
void |
readMM(Path pathmatrix,
int maxrecords,
net.idea.modbcum.i.processors.IProcessor<T,T> processor) |
protected abstract void |
recordReady(T record) |
public void readMM(Path pathmatrix, int maxrecords, net.idea.modbcum.i.processors.IProcessor<T,T> processor) throws Exception
Exception
protected boolean isSparse(String line)
protected abstract T createRecord(int id)
protected abstract void recordReady(T record)
Copyright © 2004–2020 Ideaconsult Ltd.. All rights reserved.