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 |
|---|
Entry() |
| Modifier and Type | Method and Description |
|---|---|
int |
getIndex()
Get the index of the entry.
|
abstract double |
getValue()
Get the value of the entry.
|
void |
setIndex(int index)
Set the index of the entry.
|
abstract void |
setValue(double value)
Set the value of the 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-2026 Apache Software Foundation