protected static final class AbstractTableFindSupport.SearchResult extends Object
Modifier | Constructor and Description |
---|---|
protected |
SearchResult() |
Modifier and Type | Method and Description |
---|---|
boolean |
containsPosition(int pRow,
int pCol) |
boolean |
containsRow(int pRow) |
long |
getCellCount() |
Set<Integer> |
getColumnsWithOccurrences(int pRow) |
SortedMap<Integer,SortedMap<Integer,List<AbstractTableFindSupport.Range>>> |
getDelegate() |
long |
getMatchCount() |
List<AbstractTableFindSupport.Range> |
getOccurrences(int pRow,
int pColumn) |
long |
getRowCount() |
Set<Integer> |
getRowsWithOccurrences() |
boolean |
isEmpty() |
public SortedMap<Integer,SortedMap<Integer,List<AbstractTableFindSupport.Range>>> getDelegate()
public List<AbstractTableFindSupport.Range> getOccurrences(int pRow, int pColumn)
public boolean containsRow(int pRow)
public boolean containsPosition(int pRow, int pCol)
public boolean isEmpty()
public long getRowCount()
public long getCellCount()
public long getMatchCount()
Copyright © 2023. All rights reserved.