public class Tuple extends Object implements Serializable
| Modifier | Constructor and Description |
|---|---|
protected |
Tuple(int size) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
static void |
generateClass(PrintStream out,
String pkg,
int size) |
protected <T> T |
get(int index) |
int |
hashCode() |
int |
size() |
String |
toString() |
protected final Object[] values
protected <T> T get(int index)
public int size()
public static void generateClass(PrintStream out, String pkg, int size)
Copyright © 2019. All rights reserved.