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 TypeMethodDescriptionintcompare(Describable d1, Describable d2) static DescribableComparatorMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods 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:
comparein interfaceComparator<Describable>
-