checks when #namesAndValues is null or has no elements.
()
| 213 | |
| 214 | /** checks when {@link #namesAndValues} is null or has no elements. */ |
| 215 | private boolean isEmpty() { |
| 216 | return size == 0; |
| 217 | } |
| 218 | |
| 219 | /** Constructor called by the application layer when it wants to send metadata. */ |
| 220 | public Metadata() {} |
no outgoing calls