| Modifier and Type | Method and Description |
|---|---|
static <X> TupleN<X> |
create(X... xs)
Create a TupleN - safely copy the input
|
boolean |
equals(Object obj) |
X |
get(int i)
Get the i'th element, for i in the range 0 to len()-1
|
int |
hashCode() |
int |
len()
length : elements are 0 to len()-1
|
String |
toString() |
asArray, asList, copyInto, copyInto, copyInto, forEach, isEmpty, iterator, streamspliterator@SafeVarargs public static <X> TupleN<X> create(X... xs)
public final X get(int i)
Tuplepublic int len()
TupleLicenced under the Apache License, Version 2.0