com.alibaba.excel.write.metadata
类 CollectionRowData
- java.lang.Object
-
- com.alibaba.excel.write.metadata.CollectionRowData
-
构造器概要
构造器 构造器和说明 CollectionRowData(Collection<?> collection)
-
构造器详细资料
CollectionRowData
public CollectionRowData(Collection<?> collection)
方法详细资料
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.