Package | Description |
---|---|
comingle.lib | |
comingle.misc | |
comingle.mset |
Modifier and Type | Method and Description |
---|---|
static <T> SimpMultiset<T> |
ExtLib.diff(SimpMultiset<T> ts1,
SimpMultiset<T> ts2) |
static <T> SimpMultiset<T> |
ExtLib.mset(java.util.LinkedList<T> list) |
static <T> SimpMultiset<T> |
ExtLib.toMSet(java.util.LinkedList<T> list) |
static <T> SimpMultiset<T> |
ExtLib.union(SimpMultiset<T> ts1,
SimpMultiset<T> ts2) |
Modifier and Type | Method and Description |
---|---|
static <T> Tuple2<SimpMultiset<Tuple2<T,T>>,T> |
ExtLib.makeChain(T first,
java.util.LinkedList<T> ls) |
Modifier and Type | Method and Description |
---|---|
static <T> SimpMultiset<T> |
ExtLib.diff(SimpMultiset<T> ts1,
SimpMultiset<T> ts2) |
static <T> SimpMultiset<T> |
ExtLib.diff(SimpMultiset<T> ts1,
SimpMultiset<T> ts2) |
static <T> boolean |
ExtLib.in(T t,
SimpMultiset<T> ts) |
static <T> T |
ExtLib.pickone(SimpMultiset<T> ls) |
static <T> int |
ExtLib.size(SimpMultiset<T> ls) |
static boolean |
ExtLib.strongest(java.lang.String t,
SimpMultiset<java.lang.String> ts) |
static <T> java.util.LinkedList<T> |
ExtLib.toList(SimpMultiset mset) |
static <T> SimpMultiset<T> |
ExtLib.union(SimpMultiset<T> ts1,
SimpMultiset<T> ts2) |
static <T> SimpMultiset<T> |
ExtLib.union(SimpMultiset<T> ts1,
SimpMultiset<T> ts2) |
Modifier and Type | Method and Description |
---|---|
static <T> SimpMultiset<T> |
Misc.to_mset(T[] arr) |
Modifier and Type | Method and Description |
---|---|
static <T> boolean |
Equality.is_eq(SimpMultiset<T> m1,
SimpMultiset<T> m2) |
static <T> boolean |
Equality.is_eq(SimpMultiset<T> m1,
SimpMultiset<T> m2) |
static <T> java.lang.String |
ToString.to_str(SimpMultiset<T> mset) |
Modifier and Type | Method and Description |
---|---|
boolean |
SimpMultiset.subset(SimpMultiset<T> other) |