public class Tuple extends CloneSupport<Tuple> implements Iterable<Object>, Serializable
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
<T> T |
get(int index)
获取指定位置元素
|
Object[] |
getMembers()
获得所有元素
|
int |
hashCode() |
Iterator<Object> |
iterator() |
String |
toString() |
clone
finalize, getClass, notify, notifyAll, wait, wait, wait
forEach, spliterator
Copyright © 2021. All rights reserved.