com.alibaba.excel.write.metadata
类 MapRowData
- java.lang.Object
-
- com.alibaba.excel.write.metadata.MapRowData
-
构造器概要
构造器 构造器和说明 MapRowData(Map<Integer,?> map)
-
方法详细资料
get
public Object get(int index)
从接口复制的说明:RowData
Returns the value to which the specified key is mapped, ornull
if this map contains no mapping for the key.
size
public int size()
从接口复制的说明:RowData
Returns the number of elements in this collection. If this collection contains more than Integer.MAX_VALUE elements, returns Integer.MAX_VALUE.
Copyright © 2018–2021 Alibaba Group. All rights reserved.