public class MetadataCollection extends HashMap<String,MetadataItem>
Represents a dictionary of MetadataItem
with its title as a key.
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>
Constructor and Description |
---|
MetadataCollection()
Initializes a new instance of MetadataCollection class.
|
Modifier and Type | Method and Description |
---|---|
void |
addRange(MetadataCollection items)
Adds a specified collection of MetadataItem objects to this instance.
|
clear, clone, containsKey, containsValue, entrySet, get, isEmpty, keySet, put, putAll, remove, size, values
equals, hashCode, toString
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.
items
- A collection of MetadataItem instances