protected class RealVector.Entry extends Object
Constructor and Description |
---|
Entry()
Simple constructor.
|
Modifier and Type | Method and Description |
---|---|
int |
getIndex()
Get the index of the entry.
|
double |
getValue()
Get the value of the entry.
|
void |
setIndex(int indexIn)
Set the index of the entry.
|
void |
setValue(double value)
Set the value of the entry.
|
public double getValue()
public void setValue(double value)
value
- New value for the entry.public int getIndex()
public void setIndex(int indexIn)
indexIn
- New index for the entry.Copyright © 2021 CNES. All rights reserved.