java.lang.Object
org.csveed.row.LineWithInfo
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
Adds the cell.void
addCharacter
(int symbol) Adds the character.convertToPrintable
(int symbol) Convert to printable.get
(int index) Gets the.protected CellPositionInRow
getCellPosition
(Column column) Gets the cell position.iterator()
protected void
Mark end of column.void
Mark start of column.reportOnColumn
(Column column) Report on column.Report on end of line.int
size()
Size.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface java.lang.Iterable
forEach, spliterator
-
Constructor Details
-
LineWithInfo
public LineWithInfo()
-
-
Method Details
-
addCell
-
iterator
-
markStartOfColumn
public void markStartOfColumn()Mark start of column. -
markEndOfColumn
protected void markEndOfColumn()Mark end of column. -
getCellPosition
Gets the cell position.- Parameters:
column
- the column- Returns:
- the cell position
-
addCharacter
public void addCharacter(int symbol) Adds the character.- Parameters:
symbol
- the symbol
-
convertToPrintable
Convert to printable.- Parameters:
symbol
- the symbol- Returns:
- the string
-
size
-
get
-
reportOnColumn
Description copied from interface:Line
Report on column.- Specified by:
reportOnColumn
in interfaceLine
- Parameters:
column
- the column- Returns:
- the row report
-
reportOnEndOfLine
Description copied from interface:Line
Report on end of line.- Specified by:
reportOnEndOfLine
in interfaceLine
- Returns:
- the row report
-