Package ubic.gemma.persistence.util
Class DifferentialExpressionAnalysisResultComparator
java.lang.Object
ubic.gemma.persistence.util.DifferentialExpressionAnalysisResultComparator
- All Implemented Interfaces:
Comparator<DifferentialExpressionAnalysisResult>
public class DifferentialExpressionAnalysisResultComparator
extends Object
implements Comparator<DifferentialExpressionAnalysisResult>
- Author:
- keshav
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final class
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionint
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface java.util.Comparator
equals, reversed, thenComparing, thenComparing, thenComparing, thenComparingDouble, thenComparingInt, thenComparingLong
-
Constructor Details
-
DifferentialExpressionAnalysisResultComparator
public DifferentialExpressionAnalysisResultComparator()
-
-
Method Details
-
compare
public int compare(DifferentialExpressionAnalysisResult ear1, DifferentialExpressionAnalysisResult ear2) - Specified by:
compare
in interfaceComparator<DifferentialExpressionAnalysisResult>
-