Package | Description |
---|---|
org.opennms.reporting.availability |
Modifier and Type | Method and Description |
---|---|
Row[] |
Rows.getRow()
Method getRow.Returns the contents of the collection in an Array.
|
Row |
Rows.getRow(int index)
Method getRow.
|
Row |
Rows.removeRowAt(int index)
Method removeRowAt.
|
Modifier and Type | Method and Description |
---|---|
Enumeration<Row> |
Rows.enumerateRow()
Method enumerateRow.
|
List<Row> |
Rows.getRowCollection()
Method getRowCollection.Returns a reference to 'rowList'.
|
Iterator<Row> |
Rows.iterateRow()
Method iterateRow.
|
Modifier and Type | Method and Description |
---|---|
void |
Rows.addRow(int index,
Row vRow) |
void |
Rows.addRow(Row vRow) |
boolean |
Rows.removeRow(Row vRow)
Method removeRow.
|
void |
Rows.setRow(int index,
Row vRow) |
void |
Rows.setRow(Row[] vRowArray) |
Modifier and Type | Method and Description |
---|---|
void |
Rows.setRow(List<Row> vRowList)
Sets the value of 'rowList' by copying the given Vector.
|
void |
Rows.setRowCollection(List<Row> rowList)
Deprecated.
|
Copyright © 2021. All rights reserved.