Uses of Class
adams.data.spreadsheet.cellfinder.CorrespondingColumn
-
Packages that use CorrespondingColumn Package Description adams.data.spreadsheet.cellfinder -
-
Uses of CorrespondingColumn in adams.data.spreadsheet.cellfinder
Fields in adams.data.spreadsheet.cellfinder declared as CorrespondingColumn Modifier and Type Field Description protected CorrespondingColumnCorrespondingColumn.CorrespondingColumnIterator. m_Ownerthe owning cell finder.Constructors in adams.data.spreadsheet.cellfinder with parameters of type CorrespondingColumn Constructor Description CorrespondingColumnIterator(CorrespondingColumn owner, Iterator<CellLocation> base)Initializes the iterator.
-