Sets the value associated with the index @param value the new value
(double value)
| 39 | * @param value the new value |
| 40 | */ |
| 41 | public void setValue(double value) |
| 42 | { |
| 43 | this.value = value; |
| 44 | } |
| 45 | |
| 46 | /** |
| 47 | * Returns the index of the stored value |
no outgoing calls