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 SummaryNested Classes Modifier and Type Class Description static classDifferentialExpressionAnalysisResultComparator.Factory
 - 
Constructor SummaryConstructors Constructor Description DifferentialExpressionAnalysisResultComparator()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description intcompare(DifferentialExpressionAnalysisResult ear1, DifferentialExpressionAnalysisResult ear2)- 
Methods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 - 
Methods inherited from interface java.util.Comparatorequals, reversed, thenComparing, thenComparing, thenComparing, thenComparingDouble, thenComparingInt, thenComparingLong
 
- 
 
- 
- 
- 
Method Detail- 
comparepublic int compare(DifferentialExpressionAnalysisResult ear1, DifferentialExpressionAnalysisResult ear2) - Specified by:
- comparein interface- Comparator<DifferentialExpressionAnalysisResult>
 
 
- 
 
-