Returns the index of the stored value @return the index of the stored value
()
| 48 | * @return the index of the stored value |
| 49 | */ |
| 50 | public int getIndex() |
| 51 | { |
| 52 | return index; |
| 53 | } |
| 54 | |
| 55 | /** |
| 56 | * Returns the value of the stored index |
no outgoing calls