Package | Description |
---|---|
comingle.hash | |
comingle.lib | |
comingle.misc | |
comingle.tuple |
Modifier and Type | Method and Description |
---|---|
static int |
Hash.hash(Tuple6<?,?,?,?,?,?> t) |
Modifier and Type | Method and Description |
---|---|
static <T1,T2,T3,T4,T5,T6> |
ExtLib.format(java.lang.String input,
Tuple6<T1,T2,T3,T4,T5,T6> tup) |
static <T1,T2,T3,T4,T5,T6> |
ExtLib.format2(java.lang.String input,
Tuple6<T1,T2,T3,T4,T5,T6> tup) |
Modifier and Type | Method and Description |
---|---|
static boolean |
Equality.is_eq(Tuple6<?,?,?,?,?,?> i,
Tuple6<?,?,?,?,?,?> j) |
static boolean |
Equality.is_eq(Tuple6<?,?,?,?,?,?> i,
Tuple6<?,?,?,?,?,?> j) |
static java.lang.String |
ToString.to_str(Tuple6<?,?,?,?,?,?> t) |
Modifier and Type | Method and Description |
---|---|
static <T1,T2,T3,T4,T5,T6> |
Tuples.make_tuple(T1 t1,
T2 t2,
T3 t3,
T4 t4,
T5 t5,
T6 t6) |
Modifier and Type | Method and Description |
---|---|
boolean |
Tuple6.equals(Tuple6<T1,T2,T3,T4,T5,T6> other) |