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 CorrespondingColumn
CorrespondingColumn.CorrespondingColumnIterator. m_Owner
the 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.
-