MetadataCollection

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.

Constructors

Constructor Description
MetadataCollection() Initializes a new instance of MetadataCollection class.

Methods

Method Description
addRange(MetadataCollection items) Adds a specified collection of MetadataItem objects to this instance.

MetadataCollection()

public MetadataCollection()

Initializes a new instance of MetadataCollection class.

addRange(MetadataCollection items)

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