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