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