Method Summary |
|
public A | get1() Get the first element. |
public B | get2() Get the second element. |
public C | get3() Get the third element. |
public D | get4() Get the fourth element. |
public E | get5() Get the fifth element. |
public F | get6() Get the sixth element. |
public G | get7() Get the seventh element. |
abstract public int | size() Get this tuple's size. |
final public static String | toString(Object o) Print an object as a string.
Parameters: o - The object. |