Returns the value, or null if this is a "lone" key. Any characters that needed URL encoding have already been decoded.
()
| 192 | * <p>Any characters that needed URL encoding have already been decoded. |
| 193 | */ |
| 194 | @Nullable |
| 195 | public String getValue() { |
| 196 | return value; |
| 197 | } |
| 198 | |
| 199 | /** Returns {@code true} if this entry has a value, {@code false} if it is a "lone" key. */ |
| 200 | public boolean hasValue() { |
no outgoing calls