Returns an array of the names contained in the metadata. @return Metadata names
()
| 63 | * @return Metadata names |
| 64 | */ |
| 65 | public String[] names() { |
| 66 | return metadata.keySet().toArray(new String[metadata.keySet().size()]); |
| 67 | } |
| 68 | |
| 69 | /** |
| 70 | * Get the value associated to a metadata name. If many values are assiociated |