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

/openjdk9/jdk/src/java.desktop/share/classes/javax/swing/text/
H A DTableView.java246 for (; rv.isFilled(col); col++);
431 for (; row.isFilled(col); col++); // advance to a free column
451 for (; row.isFilled(col); col++); // advance to a free column
624 boolean isFilled(int col) { method in class:TableView.TableRow
736 for (; isFilled(col); col++); // advance to a free column
781 for (; isFilled(col); col++); // advance to a free column
/openjdk9/jdk/src/java.desktop/share/classes/javax/swing/text/html/
H A DTableView.java308 for (; rv.isFilled(col); col++);
420 for (; row.isFilled(col); col++); // advance to a free column
444 for (; row.isFilled(col); col++); // advance to a free column
1031 for (; row.isFilled(col); col++); // advance to a free column
1323 boolean isFilled(int col) { method in class:TableView.RowView
1544 for (; isFilled(col); col++); // advance to a free column
1593 for (; isFilled(col); col++); // advance to a free column
/openjdk9/langtools/src/jdk.compiler/share/classes/com/sun/tools/javac/comp/
H A DTypeEnter.java163 if (!tree.starImportScope.isFilled()) {
318 if (tree.starImportScope.isFilled()) {
/openjdk9/langtools/src/jdk.compiler/share/classes/com/sun/tools/javac/code/
H A DScope.java856 public boolean isFilled() { method in class:Scope.StarImportScope

Completed in 106 milliseconds