public interface VectorEntry
Modifier and Type | Method and Description |
---|---|
double |
get()
Returns the value at the current index
|
int |
index()
Returns the current index
|
void |
set(double value)
Sets the value at the current index
|
Copyright © 2015. All Rights Reserved.