Searched refs:compressTree (Results 1 – 2 of 2) sorted by relevance
49 boolean compressTree = args.length == 3 || !"nocompress".equals(args[3]); in main()68 endExclusive, compressTree, outputDir + "/" + countryCode + ".gv"); in main()
345 compressTree(root); in create()426 private static void compressTree(ZoneNode root) { in compressTree() method in CountryZoneTree