public class Tuple<T>
extends java.lang.Object
| Modifier and Type | Method and Description |
|---|---|
T |
get(int index)
Returns object from tuple.
|
static <V> Tuple<V> |
of(V... members)
Creates new tuple.
|
int |
size()
Returns the size of the tuple.
|
java.lang.String |
toString() |
public Tuple(T... members)
Copyright © 2003-present Jodd Team