| 限定符和类型 | 方法和说明 |
|---|---|
Object |
get(int index)
Get the object at the given index.
|
Iterator<?> |
iterator() |
int |
size()
Return the number of elements in this Tuples.
|
Object[] |
toArray()
Turn this Tuples into a plain Object array.
|
List<Object> |
toList()
Turn this Tuples into a plain Object list.
|
forEach, spliteratorCopyright © 2018. All rights reserved.