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, compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, entrySet, forEach, get, getOrDefault, isEmpty, keySet, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, replaceAll, size, valuesequals, hashCode, toStringpublic 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 instancesCopyright © 2025. All rights reserved.