public class PluginComparator extends Object implements Comparator<Object>
| Constructor and Description |
|---|
PluginComparator() |
| Modifier and Type | Method and Description |
|---|---|
int |
compare(Object o1,
Object o2)
Compares to
Plugin or ReportPlugin instances. |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcomparing, comparing, comparingDouble, comparingInt, comparingLong, equals, naturalOrder, nullsFirst, nullsLast, reversed, reverseOrder, thenComparing, thenComparing, thenComparing, thenComparingDouble, thenComparingInt, thenComparingLongpublic int compare(Object o1, Object o2)
Plugin or ReportPlugin instances.compare in interface Comparator<Object>o1 - the first objecto2 - the second object.Comparator.compare(Object, Object)Copyright © 2008–2018 MojoHaus. All rights reserved.