Interface MetadataCollection<V>

All Superinterfaces:
Metadata, Versioned

public interface MetadataCollection<V> extends Versioned, Metadata
Metadata and collection, used for Multimap
Since:
9.2
Author:
Katia Aresti, karesti@redhat.com
  • Method Details

    • getCollection

      Collection<V> getCollection()
      Collection of values with metadata
      Returns:
      the collection