Package | Description |
---|---|
comingle.hash | |
comingle.lib | |
comingle.misc | |
comingle.tuple |
Modifier and Type | Method and Description |
---|---|
static int |
Hash.hash(Tuple2<?,?> t) |
Modifier and Type | Method and Description |
---|---|
static <T> Tuple2<SimpMultiset<Tuple2<T,T>>,T> |
ExtLib.makeChain(T first,
java.util.LinkedList<T> ls) |
static <T> Tuple2<java.util.LinkedList<T>,java.util.LinkedList<T>> |
ExtLib.split(java.util.LinkedList<T> ls) |
Modifier and Type | Method and Description |
---|---|
static <T> Tuple2<SimpMultiset<Tuple2<T,T>>,T> |
ExtLib.makeChain(T first,
java.util.LinkedList<T> ls) |
static <T> java.util.LinkedList<Tuple2<T,T>> |
ExtLib.zip(java.util.LinkedList<T> ls1,
java.util.LinkedList<T> ls2) |
Modifier and Type | Method and Description |
---|---|
static <T1,T2> java.lang.String |
ExtLib.format(java.lang.String input,
Tuple2<T1,T2> tup) |
static <T1,T2> java.lang.String |
ExtLib.format2(java.lang.String input,
Tuple2<T1,T2> tup) |
Modifier and Type | Method and Description |
---|---|
static boolean |
Equality.is_eq(Tuple2<?,?> i,
Tuple2<?,?> j) |
static boolean |
Equality.is_eq(Tuple2<?,?> i,
Tuple2<?,?> j) |
static java.lang.String |
ToString.to_str(Tuple2<?,?> t) |
Modifier and Type | Method and Description |
---|---|
static <T1,T2> Tuple2<T1,T2> |
Tuples.make_tuple(T1 t1,
T2 t2) |
Modifier and Type | Method and Description |
---|---|
boolean |
Tuple2.equals(Tuple2<T1,T2> other) |