public class StatsTableComparator
extends java.lang.Object
implements java.util.Comparator
Modifier and Type | Field and Description |
---|---|
static java.lang.String[] |
supportedSortKeys
Names of supported sort keys as they should be specified on the command line.
|
Constructor and Description |
---|
StatsTableComparator(java.lang.String sortKey,
boolean humanReadable) |
StatsTableComparator(java.lang.String sortKey,
boolean humanReadable,
boolean ascending) |
Modifier and Type | Method and Description |
---|---|
int |
compare(java.lang.Object x,
java.lang.Object y)
Compare StatsTable instances based on this instance's sortKey.
|
public static final java.lang.String[] supportedSortKeys
Copyright © 2009-2020 The Apache Software Foundation