public class MultiTable.Block.Column extends Object implements Iterable<Double>
MultiTable.Block matrix.| Modifier and Type | Method | Description |
|---|---|---|
String |
getColumnName() |
Returns the human-readable name for this column if there is any, otherwise
this will return the same value as
getId(). |
String |
getId() |
Delivers the
MultiTable.Block.Column identifier of this particular column. |
String |
getName() |
|
int |
getRowCount() |
Gives the number of rows in this
MultiTable.Block.Column. |
double |
getValue(int rowIndex) |
Access to the given row in this column.
|
Iterator<Double> |
iterator() |
|
void |
setValue(double doubleValue,
int rowIndex) |
Change the entry at the given row in this
MultiTable.Block.Column. |
String |
toString() |
forEach, spliteratorpublic String getColumnName()
getId().public String getId()
MultiTable.Block.Column identifier of this particular column.String that identifies this MultiTable.Block.Column.public String getName()
public int getRowCount()
MultiTable.Block.Column.public double getValue(int rowIndex)
rowIndex - public void setValue(double doubleValue,
int rowIndex)
MultiTable.Block.Column.rowIndex - The row where to changedoubleValue - The new value.Copyright © 2007–2018. All rights reserved.