| 限定符和类型 | 方法和说明 |
|---|---|
void |
destroy()
Called when the excel read is complete
|
String |
get(Integer key)
Get value
|
void |
init(AnalysisContext analysisContext)
Initialize cache
|
void |
put(String value)
Automatically generate the key and put it in the cache.Key start from 0
|
void |
putFinished()
It's called when all the values are put in
|
void init(AnalysisContext analysisContext)
analysisContext - A context is the main anchorage point of a excel reader.void put(String value)
value - Cache valuevoid putFinished()
void destroy()
Copyright © 2018–2021 Alibaba Group. All rights reserved.