Class MetadataValueList

    • Constructor Detail

      • MetadataValueList

        public MetadataValueList​(List<org.dspace.content.MetadataValue> list)
    • Method Detail

      • get

        public org.dspace.content.MetadataValue get​(int index)
        Specified by:
        get in interface List<org.dspace.content.MetadataValue>
        Specified by:
        get in class AbstractList<org.dspace.content.MetadataValue>
      • size

        public int size()
        Specified by:
        size in interface Collection<org.dspace.content.MetadataValue>
        Specified by:
        size in interface List<org.dspace.content.MetadataValue>
        Specified by:
        size in class AbstractCollection<org.dspace.content.MetadataValue>