Returns the key. Any characters that needed URL encoding have already been decoded.
()
| 183 | * <p>Any characters that needed URL encoding have already been decoded. |
| 184 | */ |
| 185 | public String getKey() { |
| 186 | return key; |
| 187 | } |
| 188 | |
| 189 | /** |
| 190 | * Returns the value, or {@code null} if this is a "lone" key. |
no outgoing calls