限定符和类型 | 方法和说明 |
---|---|
void |
destroy()
Called when the excel read is complete
|
java.lang.String |
get(java.lang.Integer key)
Get value
|
void |
init(AnalysisContext analysisContext)
Initialize cache
|
void |
put(java.lang.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(java.lang.String value)
value
- Cache valuejava.lang.String get(java.lang.Integer key)
key
- Indexvoid putFinished()
void destroy()