Searched refs:toBeFound (Results 1 - 1 of 1) sorted by relevance

/openjdk9/langtools/test/tools/javac/processing/model/type/
H A DBasicAnnoTests.java140 NavigableMap<Integer, AnnotationMirror> toBeFound; field in class:BasicAnnoTests.TestTypeScanner
154 this.toBeFound = testByPos;
171 if (toBeFound.size() > 0) {
172 if (toBeFound.firstKey().equals(count)) {
173 AnnotationMirror test = toBeFound.pollFirstEntry().getValue();
186 } else if (count > toBeFound.firstKey()) {
215 while (toBeFound.size() > 0 && toBeFound.firstKey() >= count)
216 toBeFound.pollFirstEntry();

Completed in 163 milliseconds