@return the key corresponding to this entry.
()
| 2033 | * @return the key corresponding to this entry. |
| 2034 | */ |
| 2035 | public Object getKey() |
| 2036 | { |
| 2037 | return _data[ _KEY ]; |
| 2038 | } |
| 2039 | |
| 2040 | /** |
| 2041 | * @return the value corresponding to this entry. |
no outgoing calls
no test coverage detected