com.alibaba.excel.cache
类 MapCache
- java.lang.Object
-
- com.alibaba.excel.cache.MapCache
-
构造器概要
构造器 构造器和说明 MapCache()
方法概要
所有方法 实例方法 具体方法 限定符和类型 方法和说明 void
destroy()
Called when the excel read is completeString
get(Integer key)
Get valuevoid
init(AnalysisContext analysisContext)
Initialize cachevoid
put(String value)
Automatically generate the key and put it in the cache.Key start from 0void
putFinished()
It's called when all the values are put in
-
方法详细资料
init
public void init(AnalysisContext analysisContext)
从接口复制的说明:ReadCache
Initialize cache
put
public void put(String value)
从接口复制的说明:ReadCache
Automatically generate the key and put it in the cache.Key start from 0
putFinished
public void putFinished()
从接口复制的说明:ReadCache
It's called when all the values are put in- 指定者:
-
putFinished
在接口中ReadCache
Copyright © 2018–2019 Alibaba Group. All rights reserved.