| Constructor and Description |
|---|
CollectionRowData(Collection<?> collection) |
| Modifier and Type | Method and Description |
|---|---|
Object |
get(int index)
Returns the value to which the specified key is mapped,
or
null if this map contains no mapping for the key. |
boolean |
isEmpty()
Returns true if this collection contains no elements.
|
int |
size()
Returns the number of elements in this collection.
|
public CollectionRowData(Collection<?> collection)
public Object get(int index)
RowDatanull if this map contains no mapping for the key.public int size()
RowDataCopyright © 2018–2022 Alibaba Group. All rights reserved.