Package ubic.gemma.persistence.util
Class DescribableComparator
java.lang.Object
ubic.gemma.persistence.util.DescribableComparator
- All Implemented Interfaces:
Comparator<Describable>
- Author:
- luke
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionint
compare
(Describable d1, Describable d2) static DescribableComparator
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
-
DescribableComparator
public DescribableComparator()
-
-
Method Details
-
getInstance
-
compare
- Specified by:
compare
in interfaceComparator<Describable>
-