public class MutableElement extends Object implements Vector.Element
| Modifier and Type | Method and Description |
|---|---|
double |
get() |
int |
index() |
void |
set(double value) |
void |
setIndex(int index) |
public double get()
get in interface Vector.Elementpublic int index()
index in interface Vector.Elementpublic void setIndex(int index)
public void set(double value)
set in interface Vector.ElementCopyright © 2008–2017 The Apache Software Foundation. All rights reserved.