Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
Object |
get(int index)
Returns the Object at the given index.
|
Object[] |
getValues() |
int |
hashCode() |
static TupleN |
of(Object... values) |
int |
size()
Returns the number of elements in this Tuple.
|
String |
toString() |
public TupleN(Object... values)
Copyright © 2016 The Apache Software Foundation. All rights reserved.