MetadataCollection
Leave feedback
On this page
Inheritance: java.lang.Object, java.util.AbstractMap, java.util.HashMap
public class MetadataCollection extends HashMap<String,MetadataItem>
Represents a dictionary of MetadataItem with its title as a key.
| Constructor | Description |
|---|---|
| MetadataCollection() | Initializes a new instance of MetadataCollection class. |
| Method | Description |
|---|---|
| addRange(MetadataCollection items) | Adds a specified collection of MetadataItem objects to this instance. |
public MetadataCollection()
Initializes a new instance of MetadataCollection class.
public final void addRange(MetadataCollection items)
Adds a specified collection of MetadataItem objects to this instance.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| items | MetadataCollection | A collection of MetadataItem instances |
Was this page helpful?
Any additional feedback you'd like to share with us?
Please tell us how we can improve this page.
Thank you for your feedback!
We value your opinion. Your feedback will help us improve our documentation.