Searched refs:getNonEmptyNotIn (Results 1 – 1 of 1) sorted by relevance
77 String firstScriptNotIn = getNonEmptyNotIn(scripts, scriptsFor); in Tags()78 String firstRegionNotIn = getNonEmptyNotIn(regions, regionsFor); in Tags()99 private static <T> T getNonEmptyNotIn(Iterable<T> a, Set<T> b) { in getNonEmptyNotIn() method in LikelySubtagsTest.Tags