Package io.ebean.meta
Class SortMetric.Total
java.lang.Object
io.ebean.meta.SortMetric.Total
- All Implemented Interfaces:
Comparator<MetaTimedMetric>
- Enclosing class:
- SortMetric
public static class SortMetric.Total extends Object implements Comparator<MetaTimedMetric>
Sort by total time desc.
-
Constructor Summary
Constructors Constructor Description Total() -
Method Summary
Modifier and Type Method Description intcompare(MetaTimedMetric o1, MetaTimedMetric o2)Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface java.util.Comparator
equals, reversed, thenComparing, thenComparing, thenComparing, thenComparingDouble, thenComparingInt, thenComparingLong
-
Constructor Details
-
Total
public Total()
-
-
Method Details
-
compare
- Specified by:
comparein interfaceComparator<MetaTimedMetric>
-