| 构造器和说明 |
|---|
Tuple1() |
| 限定符和类型 | 方法和说明 |
|---|---|
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.
|
String |
toString()
A Tuple String representation is the comma separated list of values, enclosed
in square brackets.
|
forEach, spliteratorpublic Object get(int index)
index - The index of the object to retrieve. Starts at 0.public List<Object> toList()
public Object[] toArray()
public int size()
Copyright © 2018. All rights reserved.