Searched refs:tailSet (Results 1 – 2 of 2) sorted by relevance
232 SortedSet<File> tailSet = excludedDirs.tailSet(sourceRoot); in excludesUnderSourceRoots() local233 for (File file : tailSet) { in excludesUnderSourceRoots()
122 SortedSet<File> nextRoots = c.sourceRoots.tailSet(sourceRoot); in constructExcluding()146 SortedSet<File> excludedDirs = c.excludedDirs.tailSet(sourceRoot); in constructExcluding()