Class TitleReaderResult<R>
java.lang.Object
cn.creekmoon.excel.core.R.readerResult.ReaderResult<R>
cn.creekmoon.excel.core.R.readerResult.title.TitleReaderResult<R>
读取结果
-
Field Summary
FieldsModifier and TypeFieldDescriptionFields inherited from class cn.creekmoon.excel.core.R.readerResult.ReaderResult
consumeSuccessTime, errorCount, errorReport, EXISTS_READ_FAIL, readStartTime, readSuccessTime -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionconsume(ExBiConsumer<Integer, R> rowIndexAndDataConsumer) consume(ExConsumer<R> dataConsumer) getAll()getResultMsg(Integer rowIndex) getResultMsg(R data) setResultMsg(Integer rowIndex, String msg) setResultMsg(R data, String msg)
-
Field Details
-
rowIndex2dataBiMap
-
rowIndex2msg
-
-
Constructor Details
-
TitleReaderResult
public TitleReaderResult()
-
-
Method Details
-
getAll
-
consume
- Specified by:
consumein classReaderResult<R>
-
consume
-
setResultMsg
-
getResultMsg
-
getResultMsg
-
setResultMsg
-
getErrorCount
-
getDataLatestRowIndex
-
getDataFirstRowIndex
-