public abstract static class RealVector.Entry
extends java.lang.Object
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 © 2010 - 2020 Adobe. All Rights Reserved