Package psidev.psi.mi.jami.utils.comparator.annotation
-
Class Summary Class Description AnnotationComparator Simple comparator for annotations It compares first the topics and then the value (case insensitive) - Two annotations which are null are equals - The annotation which is not null is before null.AnnotationsCollectionComparator Comparator for collection of AnnotationsDefaultAnnotationComparator Default annotation comparator It compares first the topics and then the value (case insensitive) - Two annotations which are null are equals - The annotation which is not null is before null.UnambiguousAnnotationComparator Strict annotation comparator It compares first the topics and then the value (case insensitive) - Two annotations which are null are equals - The annotation which is not null is before null.