Searched defs:getValueCount (Results 1 - 2 of 2) sorted by relevance

/openjdk7/jdk/src/share/classes/javax/swing/
H A DRowFilter.java55 * for (int i = entry.getValueCount() - 1; i >= 0; i--) {
351 public abstract int getValueCount(); method in class:RowFilter.Entry
361 * >= getValueCount
380 * >= getValueCount
408 int count = value.getValueCount();
H A DDefaultRowSorter.java1343 public int getValueCount() { method in class:DefaultRowSorter.FilterEntry

Completed in 48 milliseconds