Returns true if this entry has a value, false if it is a "lone" key.
()
| 198 | |
| 199 | /** Returns {@code true} if this entry has a value, {@code false} if it is a "lone" key. */ |
| 200 | public boolean hasValue() { |
| 201 | return value != null; |
| 202 | } |
| 203 | |
| 204 | /** |
| 205 | * Creates a new key/value pair entry. |
no outgoing calls