Package | Description |
---|---|
org.opennms.netmgt.jasper.rrdtool |
Modifier and Type | Method and Description |
---|---|
V[] |
Row.getV()
Method getV.Returns the contents of the collection in an
Array.
|
V |
Row.getV(int index)
Method getV.
|
V |
Row.removeVAt(int index)
Method removeVAt.
|
static V |
V.unmarshal(Reader reader)
Method unmarshal.
|
Modifier and Type | Method and Description |
---|---|
Enumeration<V> |
Row.enumerateV()
Method enumerateV.
|
List<V> |
Row.getVCollection()
Method getVCollection.Returns a reference to '_vList'.
|
Iterator<V> |
Row.iterateV()
Method iterateV.
|
Modifier and Type | Method and Description |
---|---|
void |
Row.addV(int index,
V vV) |
void |
Row.addV(V vV) |
boolean |
Row.removeV(V vV)
Method removeV.
|
void |
Row.setV(int index,
V vV) |
void |
Row.setV(V[] vVArray) |
Modifier and Type | Method and Description |
---|---|
void |
Row.setV(List<V> vVList)
Sets the value of '_vList' by copying the given Vector.
|
void |
Row.setVCollection(List<V> vList)
Deprecated.
|
Copyright © 2015. All rights reserved.