Class ParticipantCollectionComparator<T extends Entity>

  • All Implemented Interfaces:
    Comparator<Collection<? extends T>>

    public class ParticipantCollectionComparator<T extends Entity>
    extends CollectionComparator<T>
    Comparator for collection of participants
    Since:
    18/01/13
    Version:
    $Id$
    Author:
    Marine Dumousseau (marine@ebi.ac.uk)
    • Constructor Detail

      • ParticipantCollectionComparator

        public ParticipantCollectionComparator​(Comparator<T> participantComparator)
        Creates a new participant CollectionComparator. It requires a Comparator for the participants in the Collection
        Parameters:
        participantComparator - a Comparator object.