public class MetadataCollection extends HashMap<String,MetadataItem>
Represents a dictiоnary 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.
|
clear, clone, containsKey, containsValue, entrySet, get, isEmpty, keySet, put, putAll, remove, size, values
equals, hashCode, toString
Copyright © 2019. All rights reserved.