Returns the number of metadata names in this metadata. @return number of metadata names
()
| 176 | * @return number of metadata names |
| 177 | */ |
| 178 | public int size() { |
| 179 | return metadata.size(); |
| 180 | } |
| 181 | |
| 182 | /** Remove all mappings from metadata. */ |
| 183 | public void clear() { |
no outgoing calls