| java.lang.Object de.anomic.kelondro.kelondroMSetTools
kelondroMSetTools | public class kelondroMSetTools (Code) | | |
Method Summary | |
public static boolean | anymatch(TreeSet<A> set1, TreeSet<A> set2) | public static TreeMap<A, B> | excludeConstructive(TreeMap<A, B> map, TreeSet<A> set) | public static void | excludeDestructive(TreeMap<A, B> map, TreeSet<A> set) | public static void | excludeDestructive(TreeSet<A> set1, TreeSet<A> set2) | public static TreeMap<A, B> | joinConstructive(Collection<TreeMap<A, B>> maps, boolean concatStrings) | public static TreeMap<A, B> | joinConstructive(TreeMap<A, B> map1, TreeMap<A, B> map2, boolean concatStrings) | public static TreeSet<A> | joinConstructive(TreeSet<A> set1, TreeSet<A> set2) | public static TreeSet<String> | loadList(File file, Comparator<String> c) | public static TreeMap<String, String> | loadMap(String filename, String sep) | public static TreeMap<String, ArrayList<String>> | loadMapMultiValsPerKey(String filename, String sep) | public static int | log2a(int x) | public static void | main(String[] args) | public static String | setToString(Set<String> set, char separator) |
log2a | public static int log2a(int x)(Code) | | |
|
|