E
- the type parameter@Immutable
public static final class CompoundDataTypes.MXFCollections.MXFCollection<E>
extends java.lang.Object
Constructor and Description |
---|
MXFCollection(CompoundDataTypes.MXFCollections.Header header,
java.util.List<E> entries,
java.lang.String name)
Instantiates a new MXF metadata set collection.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<E> |
getEntries()
Getter for an unmodifiable list of MXF metadata sets
|
int |
size()
Getter for the number of MXF metadata sets in the collection
|
java.lang.String |
toString()
A method that returns a string representation of a MXF collection of metadata sets object
|
public MXFCollection(CompoundDataTypes.MXFCollections.Header header, java.util.List<E> entries, java.lang.String name)
header
- the headerentries
- the entriesname
- the namepublic int size()
public java.util.List<E> getEntries()
public java.lang.String toString()
toString
in class java.lang.Object