public final class Vector.Entry extends Object
| Modifier and Type | Field and Description |
|---|---|
int |
index
The index
|
double |
value
The value
|
| Constructor and Description |
|---|
Vector.Entry(int index,
double value)
Construct
|
public Vector.Entry(int index, double value)
index - value -