public abstract static class RealVector.Entry
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
private int |
index
Index of the entry.
|
| Constructor and Description |
|---|
RealVector.Entry() |
public abstract double getValue()
public abstract void setValue(double value)
value - New value for the entry.public int getIndex()
public void setIndex(int index)
index - New index for the entry.Copyright (c) 2003-2013 Apache Software Foundation