| 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()
RowDataInteger.MAX_VALUE elements, returns
Integer.MAX_VALUE.Copyright © 2018–2024 Alibaba Group. All rights reserved.